GetParent
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 2: | Line 2: | ||
Returns the object's parent if any. | Returns the object's parent if any. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
parent = getParent(object) | parent = getParent(object) |
Latest revision as of 00:14, 9 February 2014
getParent(object)
Returns the object's parent if any.
-
object
: object to operate on
parent = getParent(object)