XmlNodeSetName

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

Sets the tag name of the specified XML node.

Syntax

bool xmlNodeSetName ( xmlnode node, string name )

Required Arguments

  • node: the node to change the tag name of.
  • name: the new tag name to set.

Returns

Returns true if successful, false otherwise.

Example

--TODO

See Also