XmlNodeGetName

From Multi Theft Auto: Wiki
Revision as of 08:16, 19 June 2009 by Awwu (talk | contribs) (Needs example)
Jump to navigation Jump to search

Gets the tag name of the specified XML node.

Syntax

string xmlNodeGetName ( xmlnode node )

Required Arguments

  • node: the node to get the tag name of.

Returns

Returns the tag name of the node if successful, false otherwise.

Example

--TODO

See Also