XmlNodeGetName

From Multi Theft Auto: Wiki

Jump to: navigation, 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