Difference between revisions of "ISKernel:Navigation (Command)"
Jump to navigation
Jump to search
(7 intermediate revisions by 3 users 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> | ||
== Description == | == Description == | ||
== Examples == | == 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 == | == 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}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[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
Contents
Syntax
Navigation -reset|-load <filename>|-dump <filename>
Description
Examples
- Navigation -reset
- Output
Navigation points cleared
- Navigation -load smurfs.xml
- Output
Navigation XML file smurfs.xml loaded
- Navigation -dump smurfs.xml
- Output
Navigation XML file smurfs.xml generated
See Also
- Navigation_System
- NavPath (Command)
- NavPoint (Command)
- navpath (Data Type)
- navpoint (Data Type)
- navigation (Data Type)
- navworld (Data Type)
- Navigation (Top-Level Object)
- NavPath (Top-Level Object)
- LavishScript Commands
- Kernel Commands
- Inner Space Session Commands