Difference between revisions of "Lua:createAutoAssemblerForm"
Jump to navigation
Jump to search
m (Syntax Highlighting.) |
m (Added related function template.) |
||
| Line 29: | Line 29: | ||
{{Forms}} | {{Forms}} | ||
| + | |||
| + | {{Creation}} | ||
Latest revision as of 23:46, 26 June 2026
Opens an Auto Assembler editor window.
Provide script text to prefill the editor; omit it to open an empty Auto Assembler window.
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| script | String | Optional Auto Assembler script to place in the editor. |
Returns[edit]
TFrmAutoInject — The Auto Assembler form.
Examples[edit]
1 local aa = createAutoAssemblerForm("[ENABLE]\n// code here\n[DISABLE]")
2 aa.show()