GetChilds
(Difference between revisions)
(Created page with "Returns a list of the object's childs (table) if any : childs = getChilds(object)") |
Dahnielson (Talk | contribs) |
||
| Line 2: | Line 2: | ||
childs = getChilds(object) | childs = getChilds(object) | ||
| + | |||
| + | [[Category:Lua scripting]] | ||
Revision as of 17:58, 4 February 2014
Returns a list of the object's childs (table) if any :
childs = getChilds(object)