Difference between revisions of "Lua:getAutoAttachList"

From Cheat Engine
Jump to navigation Jump to search
m (added page reference)
m (added page reference)
 
(No difference)

Latest revision as of 12:20, 22 March 2020

function getAutoAttachList() : UserData

Returns the AutoAttach StringList UserData object.

Function Parameters[edit]

<none>

Examples[edit]

The returned object can be controlled with StringList methods, e.g:

 getAutoAttachList().add("some string")
 getAutoAttachList().getString(1)

See also[edit]

Related Classes[edit]

Notes[edit]

It is not recommended to destroy this list object.