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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
== Members ==
 
== Members ==
 
+
*[[ISSession:navpoint (Data Type)|navpoint]] '''Point['''#''']''': Retrieves a point on the path, starting with 1
 +
*[[DataType:int|int]] Points: The total number of points on this path
 
== Methods ==
 
== Methods ==
 
+
''(these methods require Inner Space 0.74)''
 +
*'''Clear''': Resets the path so it contains no points
 +
*'''GetPath['''world''','''point a''','''point b''']''': Gets the shortest path from point A to point B (clearing is not required, it is done automatically)
 
== Returns ==
 
== Returns ==
  
Line 11: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
* [[IS:Session|Inner Space Session]]
+
* [[IS:Session#Data_Types|Inner Space Session Data Types]]

Revision as of 18:32, 24 February 2005

Description

Members

  • navpoint Point[#]: Retrieves a point on the path, starting with 1
  • int Points: The total number of points on this path

Methods

(these methods require Inner Space 0.74)

  • Clear: Resets the path so it contains no points
  • GetPath[world,point a,point b]: Gets the shortest path from point A to point B (clearing is not required, it is done automatically)

Returns

Examples

See Also