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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
== Members ==
 
== Members ==
 
+
*[[DataType:float|float]] '''X''': X coordinate
 +
*[[DataType:float|float]] '''Y''': Y coordinate
 +
*[[DataType:float|float]] '''Z''': Z coordinate
 +
*[[DataType:string|string]] '''Name''': Name of the navigational point
 +
; Inner Space 0.74
 +
*[[DataType:bool|bool]] '''ConnectsTo['''name''']''': TRUE if the point connects to a specified point
 
== Methods ==
 
== Methods ==
 +
''(these methods require Inner Space 0.74)''
 +
*'''SetPosition['''#''','''#''','''#''']''': Changes the location of the navigational point
 +
*'''SetName''': Changes the name of the nav point
 +
*'''Delete''': Deletes the nav point
 +
*'''AddConnection['''name''','''bidirectional''']''': Adds a connection to a nav point
 +
*'''DeleteConnection['''name''','''bidirectional''']''': Deletes a connection to a nav point
  
 
== Returns ==
 
== Returns ==
Line 11: Line 22:
 
== 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:29, 24 February 2005

Description

Members

  • float X: X coordinate
  • float Y: Y coordinate
  • float Z: Z coordinate
  • string Name: Name of the navigational point
Inner Space 0.74
  • bool ConnectsTo[name]: TRUE if the point connects to a specified point

Methods

(these methods require Inner Space 0.74)

  • SetPosition[#,#,#]: Changes the location of the navigational point
  • SetName: Changes the name of the nav point
  • Delete: Deletes the nav point
  • AddConnection[name,bidirectional]: Adds a connection to a nav point
  • DeleteConnection[name,bidirectional]: Deletes a connection to a nav point

Returns

Examples

See Also