ISInterface:NavigationDumpXML

From Lavish Software Wiki
Revision as of 02:37, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • bool NavigationDumpXML(char *Filename)

Purpose

To save all navigation worlds to an XML

Usage

Parameters

  • char *Filename
[in] Filename to save all navigation worlds to

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->NavigationDumpXML("universe.xml");

See Also