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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision 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 28: Line 30:
 
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 
*[[ISSession:Navigation (Top-Level Object)|Navigation (Top-Level Object)]]
 
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 
*[[ISSession:NavPath (Top-Level Object)|NavPath (Top-Level Object)]]
 +
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
*[[LavishScript:Commands|LavishScript 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