Lua:createAutoAssemblerForm

From Cheat Engine
Revision as of 19:40, 25 June 2026 by Leunsel (talk | contribs) (Syntax Highlighting.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<> 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

1 local aa = createAutoAssemblerForm("[ENABLE]\n// code here\n[DISABLE]")
2 aa.show()

See Also

Main Pages

Form Related Pages