Difference between revisions of "ISKernel:Navigation (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
'''This navigation system is deprecated and is not supported. There may be bugs in it. Please use [[LavishNav]] instead'''
 +
 
== Syntax ==
 
== Syntax ==
 
Navigation -reset|-load <filename>|-dump <filename>
 
Navigation -reset|-load <filename>|-dump <filename>
Line 19: Line 21:
  
 
== See Also ==
 
== See Also ==
 +
*[[ISSession:Navigation_System|Navigation_System]]
 +
*[[ISSession:NavPath (Command)|NavPath (Command)]]
 +
*[[ISSession:NavPoint (Command)|NavPoint (Command)]]
 +
*[[ISSession:navpath (Data Type)|navpath (Data Type)]]
 +
*[[ISSession:navpoint (Data Type)|navpoint (Data Type)]]
 +
*[[ISSession:navigation (Data Type)|navigation (Data Type)]]
 +
*[[ISSession:navworld (Data Type)|navworld (Data Type)]]
 +
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 +
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 13:53, 10 July 2009

This navigation system is deprecated and is not supported. There may be bugs in it. Please use LavishNav instead

Syntax

Navigation -reset|-load <filename>|-dump <filename>

Description

Examples

Clear all navigation points

  • Navigation -reset
Output
Navigation points cleared

Load navigation points from an XML file

  • Navigation -load smurfs.xml
Output
Navigation XML file smurfs.xml loaded

Save all navigation points to an XML file

  • Navigation -dump smurfs.xml
Output
Navigation XML file smurfs.xml generated

See Also