XmlDestroyNode

From Multi Theft Auto: Wiki
Revision as of 14:11, 26 March 2009 by Awwu (talk | contribs)
Jump to navigation Jump to search

This function destroys a XML node from the XML node tree.

Syntax

bool xmlDestroyNode ( xmlnode theXMLNode )

Required Arguments

  • theXMLNode: The xml node you want to destroy.

Returns

Returns true if the xml node was successfully destroyed, false otherwise.

Example

-- Todo...

See Also