ISInterface:NavigationLoadXML

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool NavigationLoadXML(char *Filename)

Purpose

Load a navigation XML file

Usage

Parameters

  • char *Filename
[in] Filename to load

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->NavigationLoadXML("navtest.xml");

See Also