ISInterface:NavigationDumpXML
From Lavish Software Wiki
Contents |
[edit]
Syntax
- bool NavigationDumpXML(char *Filename)
[edit]
Purpose
To save all navigation worlds to an XML
[edit]
Usage
[edit]
Parameters
- char *Filename
- [in] Filename to save all navigation worlds to
[edit]
Return Value
- bool
- Returns true on success, false on failure
[edit]
Examples
- pISInterface->NavigationDumpXML("universe.xml");
[edit]
