XmlNodeGetName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} Gets the tag name of the specified XML node. ==Syntax== <syntaxhighlight lang="lua"> string xmlNodeGetName ( xmlnode node ) </syntaxhighlight> ===Required Arguments=== *'''node:...)
(No difference)

Revision as of 10:08, 25 May 2008

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.

See Also