Difference between revisions of "Lua:getAutoAttachList"

From Cheat Engine
Jump to navigation Jump to search
(filling in what I discover about this function)
(No difference)

Revision as of 11:09, 22 March 2020

function getAutoAttachList() : UserData

Returns the AutoAttach StringList UserData object.

Function Parameters

<none>

Examples

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

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

See also

Related Classes

Notes

It is not recommended to destroy this list object.