ISKernel:navigation (Data Type)
(Redirected from ISSession:navigation (Data Type))
Jump to navigation
Jump to search
This navigation system is deprecated and is not supported. There may be bugs in it. Please use LavishNav instead
Contents
Description
This data type gives access to navigation worlds.
Members
- navworld World[name]: Retrieves the navigation world with this name
Methods
- AddWorld[name]: Adds the world <name> to the known universe.
- RemoveWorld[name]: Removes the world <name> from the known universe.
- Export[filename]: Exports a given world or universe into <filename>
Returns
NULL
Examples
- echo ${Navigation.World[earth]}
- This command will retrieve the navigation world "earth"
Remove the world Mars
- Navigation:RemoveWorld[mars]
- Removes the world 'mars' from the known universe
Export a world to a file
- Navigation.World[mars]:Export[mars.xml]
Export the universe to a file
- Navigation:Export[Universe.xml]
See Also
- Navigation_System
- NavPath (Command)
- Navigation (Command)
- NavPoint (Command)
- navpath (Data Type)
- navpoint (Data Type)
- navworld (Data Type)
- Navigation (Top-Level Object)
- NavPath (Top-Level Object)
- Data Types
- Kernel Data Types