GetParent
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | Returns the object's parent if any | + | {{lua-function|getParent|object}} |
+ | |||
+ | 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)