SetElementParent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Syntax) |
||
Line 6: | Line 6: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
bool setElementParent ( element | bool setElementParent ( element theElement, element parent ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Required Arguments=== | ===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=== | ||
Returns ''true'' if | Returns ''true'' if both elements are valid, ''false'' otherwise. | ||
==Example== | ==Example== |
Revision as of 09:52, 19 June 2006
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