DestroyElement
Jump to navigation
Jump to search
This function destroys an element, and all the elements within it in the hierarchy.
Syntax
bool destroyElement ( element elementToDestroy )
Required Arguments
- elementToDestroy: The element you wish to destroy.
Returns
Returns true if the element was destroyed successfully, false if either the element passed to it was invalid or it could not be destroyed for some other reason.