Difference between revisions of "Lua:getAutoAttachList"
Jump to navigation
Jump to search
(filling in what I discover about this function) |
m (added page reference) |
||
Line 7: | Line 7: | ||
== Examples == | == Examples == | ||
− | The returned object can be controlled with StringList methods, e.g: | + | The returned object can be controlled with [[Lua:Class:StringList|StringList]] methods, e.g: |
getAutoAttachList().add("some string") | getAutoAttachList().add("some string") | ||
getAutoAttachList().getString(1) | getAutoAttachList().getString(1) |
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.