Difference between revisions of "ISKernel:navigation (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
:This command will retrieve the navigation world "earth"
 
:This command will retrieve the navigation world "earth"
 
== See Also ==
 
== See Also ==
 +
*[[ISSession:Navigation_System|Navigation_System]]
 +
*[[ISSession:NavPath (Command)|NavPath (Command)]]
 +
*[[ISSession:Navigation (Command)|Navigation (Command)]]
 +
*[[ISSession:NavPoint (Command)|NavPoint (Command)]]
 +
*[[ISSession:navpath (Data Type)|navpath (Data Type)]]
 +
*[[ISSession:navpoint (Data Type)|navpoint (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)]]
 +
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
+
 
  
 
{{DT-Stub}}
 
{{DT-Stub}}

Revision as of 01:04, 16 September 2005

Description

This data type gives access to navigation worlds.

Members

  • navworld World[name]: Retrieves the navigation world with this name

Methods

Returns

NULL

Examples

Retrieve the navigation world

  • echo ${Navigation.World[earth]}
This command will retrieve the navigation world "earth"

See Also