XmlNodeGetName

From Multi Theft Auto: Wiki
Revision as of 10:08, 25 May 2008 by Arc (talk | contribs) (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:...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

See Also