Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Attributes | List of all members
GameEvents.CommNet Class Reference

Static Public Attributes

static EventData< Vessel, bool > OnCommHomeStatusChange = new EventData<Vessel, bool>("OnVesselCommHomeStatusChange")
 Event called when a vessel loses connection to KSC or regains it from a lost state. More...
 
static EventData< Vessel, bool > OnCommStatusChange = new EventData<Vessel, bool>("OnVesselCommStatusChange")
 Event called when a vessel loses connection entirely or regains it from a lost state. More...
 
static EventVoid OnNetworkInitialized = new EventVoid("OnNetworkInitialised")
 Called when the node network initializes - can take a few frames More...
 

Member Data Documentation

EventData<Vessel, bool> GameEvents.CommNet.OnCommHomeStatusChange = new EventData<Vessel, bool>("OnVesselCommHomeStatusChange")
static

Event called when a vessel loses connection to KSC or regains it from a lost state.

EventData<Vessel, bool> GameEvents.CommNet.OnCommStatusChange = new EventData<Vessel, bool>("OnVesselCommStatusChange")
static

Event called when a vessel loses connection entirely or regains it from a lost state.

EventVoid GameEvents.CommNet.OnNetworkInitialized = new EventVoid("OnNetworkInitialised")
static

Called when the node network initializes - can take a few frames


The documentation for this class was generated from the following file: