Difference between revisions of "ISInterface:NavigationDumpXML"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*bool NavigationDumpXML(char *Filename)
 
== Purpose ==
 
== Purpose ==
 
+
To save all navigation worlds to an XML
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*char *Filename
 +
:'''[in]''' Filename to save all navigation worlds to
 
=== Return Value ===
 
=== Return Value ===
 
+
*bool
 +
:Returns true on success, false on failure
 
== Examples ==
 
== Examples ==
 
+
*pISInterface->NavigationDumpXML("universe.xml");
  
 
== See Also ==
 
== See Also ==

Latest revision as of 02:37, 3 September 2005

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