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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
*[[DataType:string|string]] '''Name''': Name of the navigational point
 
*[[DataType:string|string]] '''Name''': Name of the navigational point
 
*[[DataType:bool|bool]] '''ConnectsTo['''name''']''': TRUE if the point connects to a specified point
 
*[[DataType:bool|bool]] '''ConnectsTo['''name''']''': TRUE if the point connects to a specified point
 +
*[[DataType:bool|bool]] '''ConnectsFrom['''name''']''': TRUE if the point connects from a specified point
 +
*[[DataType:int|int]] '''Outgoing''': Number of outgoing connections from this point
 +
*[[DataType:int|int]] '''Incoming''': Number of incoming connections to this point
 +
*[[ISSession:navpoint (Data Type)|navpoint]] '''Outgoing['''n''']''': nth point with a connection from this point
 +
*[[ISSession:navpoint (Data Type)|navpoint]] '''Incoming['''n''']''': nth point with a connection to this point
 
*[[DataType:string|string]] '''Note''': A user-defined note set with the navigational point
 
*[[DataType:string|string]] '''Note''': A user-defined note set with the navigational point
  

Revision as of 04:35, 14 August 2005

Description

Members

  • float X: X coordinate
  • float Y: Y coordinate
  • float Z: Z coordinate
  • string Name: Name of the navigational point
  • bool ConnectsTo[name]: TRUE if the point connects to a specified point
  • bool ConnectsFrom[name]: TRUE if the point connects from a specified point
  • int Outgoing: Number of outgoing connections from this point
  • int Incoming: Number of incoming connections to this point
  • navpoint Outgoing[n]: nth point with a connection from this point
  • navpoint Incoming[n]: nth point with a connection to this point
  • string Note: A user-defined note set with the navigational point

Methods

  • SetPosition[#,#,#]: Changes the location of the navigational point
  • SetName[name]: 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
  • SetNote[note]: Attaches a note to the navigational point

Returns

Examples

See Also