SaveMapData

From Multi Theft Auto: Wiki
Revision as of 17:04, 2 December 2006 by EAi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Syntax

 bool saveMapData(xmlnode node, element baseElement)

Required Arguments

  • node: An existing node that should contain the contents of baseElement
  • baseElement: The first element to output to the xml tree. This element and all it's children will be output.

Returns

Example

See Also