space_ex v0.1.1 SpaceEx.SpaceCenter.CommNode
Represents a communication node in the network.
For example, a vessel or the KSC.
Link to this section Summary
Functions
Whether the communication node is a control point, for example a manned vessel
Whether the communication node is on Kerbin
Whether the communication node is a vessel
Name of the communication node
The vessel for this communication node
Link to this section Functions
Link to this function
get_is_control_point(conn, this)
Whether the communication node is a control point, for example a manned vessel.
Link to this function
get_is_home(conn, this)
Whether the communication node is on Kerbin.
Link to this function
get_is_vessel(conn, this)
Whether the communication node is a vessel.
Link to this function
get_name(conn, this)
Name of the communication node.
Link to this function
get_vessel(conn, this)
The vessel for this communication node.