Difference between revisions of "ISKernel:NavPath (Command)"
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 == | ||
NavPath -reset|<world> <from point> <to point> [additional points ...] | NavPath -reset|<world> <from point> <to point> [additional points ...] | ||
Line 15: | Line 17: | ||
== See Also == | == See Also == | ||
− | *[[ISSession:Navigation | + | *[[ISSession:Navigation_System|Navigation_System]] |
+ | *[[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: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 | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[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
NavPath -reset|<world> <from point> <to point> [additional points ...]
Forms
- NavPath -reset - resets current nav path
- NavPath <world> <point> <point> [additional points] - creates a navpath from point 1 to point 2 (and to point 3, etc if given)
Examples
- NavPath -reset
- NavPath "beefalo farmhouse" "meat market"
- NavPath "top left" "top right" "bottom right" "bottom left"
See Also
- Navigation_System
- Navigation (Command)
- NavPoint (Command)
- navpath (Data Type)
- navpoint (Data Type)
- navigation (Data Type)
- navworld (Data Type)
- Navigation (Top-Level Object)
- NavPath (Top-Level Object)