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