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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 
NavPath -reset|<world> <from point> <to point>
 
NavPath -reset|<world> <from point> <to point>
 +
 
== Description ==
 
== Description ==
 +
Retrieves the shortest connected path in a given world from one point to another, to be used with the [[ISSession:NavPath (Top-Level Object)|NavPath Top-Level Object]].  The -reset switch is used to clear the path, though this is not required before generating a new path.
  
 
== Examples ==
 
== Examples ==
 +
NavPath "area 1" "front of inn" "front of bank"
 +
NavPath -reset
  
 
== See Also ==
 
== See Also ==
 +
*[[ISSession:Navigation System|Navigation System]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
  
 
{{Command-Stub}}
 
{{Command-Stub}}

Revision as of 21:10, 30 April 2005

Syntax

NavPath -reset|<world> <from point> <to point>

Description

Retrieves the shortest connected path in a given world from one point to another, to be used with the NavPath Top-Level Object. The -reset switch is used to clear the path, though this is not required before generating a new path.

Examples

NavPath "area 1" "front of inn" "front of bank"
NavPath -reset

See Also