Difference between revisions of "Lua:createAutoAssemblerForm"
Jump to navigation
Jump to search
(Initial page creation.) |
m |
||
| Line 27: | Line 27: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| + | |||
| + | {{Forms}} | ||
Revision as of 00:48, 25 June 2026
<> Reference
function createAutoAssemblerForm(script OPTIONAL) : TFrmAutoInject
Opens an Auto Assembler editor window.
Provide script text to prefill the editor; omit it to open an empty Auto Assembler window.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| script | String | Optional Auto Assembler script to place in the editor. |
Returns
TFrmAutoInject — The Auto Assembler form.
Examples
local aa = createAutoAssemblerForm("[ENABLE]\n// code here\n[DISABLE]")
aa.show()
See Also
Main Pages
Form Related Pages
Form Related Functions
Form Related Classes