XmlSaveFile

From Multi Theft Auto: Wiki
Revision as of 00:15, 13 April 2007 by Jbeta (talk | contribs)
Jump to navigation Jump to search

This function saves a loaded XML file.

Syntax

bool xmlSaveFile ( xmlnode rootNode ) 

Required Arguments

  • rootNode: the root xmlnode of the loaded XML file.

Returns

Returns true if blah, false otherwise.

Example

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also