Lua:getAutoAttachList

From Cheat Engine
Revision as of 12:20, 22 March 2020 by Vlykarye (talk | contribs) (added page reference)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.