GetElementParent: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
[[Category:Incomplete]]
This function is used to determine the parent of an ''element.''
This function is used to determine the parent of an ''element.''



Revision as of 15:05, 22 August 2006

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

This returns the parent as an element. It returns false if theElement is invalid, or is the root node.

Example

--Add example here...

See Also