GetElementParent

From Multi Theft Auto: Wiki
Revision as of 04:21, 22 August 2006 by Vandalite (talk | contribs)
Jump to navigation Jump to search

This function is used to determine the parent of an element.

Syntax

element getElementParent ( element theElement )  

Required Arguments

  • theElement: The child of the parent element you want returned.

Returns

Returns an the parent as an element, false if theElement is invalid, or is the root node.

Example

--Add example here...

See Also