GetChilds

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns a list of the object's childs (table) if any : childs = getChilds(object)")
 
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
Returns a list of the object's childs (table) if any :
+
{{lua-function|getChilds|object}}
 +
 
 +
Returns a list of the object's children (table) if any.
 +
 
 +
{{lua-function-param|object|object to operate on}}
  
 
  childs = getChilds(object)
 
  childs = getChilds(object)
 +
 +
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Object]]

Latest revision as of 01:14, 9 February 2014

getChilds(object)

Returns a list of the object's children (table) if any.

  • object : object to operate on
childs = getChilds(object)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox