SetElementParent

From Multi Theft Auto: Wiki
Revision as of 09:52, 19 June 2006 by EAi (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search


This fake function is for use with blah & blah and does blahblahblabhalbhl

Syntax

bool setElementParent ( element theElement, element parent )  

Required Arguments

  • theElement: The element that you wish to set the parent of.
  • parent: The element you wish to be the parent of theElement.

Returns

Returns true if both elements are valid, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions