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.StageManager Class Reference

Static Public Attributes

static EventData< int > OnGUIStageAdded = new EventData<int>("OnGUIStageAdded")
 Called when stages are added by pressing the + button. Parameter being the inverseStageIndex. More...
 
static EventData< int > OnGUIStageRemoved = new EventData<int>("OnGUIStageRemoved")
 Called when stages are removed by pressing the - button. Parameter being the inverseStageIndex. More...
 
static EventVoid OnGUIStageSequenceModified = new EventVoid("OnGUIStageSequenceModified")
 Called when the staging sequence is modified by moving stage groups or stage icons. More...
 
static EventData< PartOnPartUpdateStageability = new EventData<Part>("OnPartUpdateStageability")
 
static EventVoid OnStagingSeparationIndices = new EventVoid("OnStagingSeparationIndices")
 Called when the StageManager resets/rebuilds the Separation Indices More...
 
static EventData< bool > SortIcons = new EventData<bool>("StageManager.SortIcons")
 

Member Data Documentation

EventData<int> GameEvents.StageManager.OnGUIStageAdded = new EventData<int>("OnGUIStageAdded")
static

Called when stages are added by pressing the + button. Parameter being the inverseStageIndex.

EventData<int> GameEvents.StageManager.OnGUIStageRemoved = new EventData<int>("OnGUIStageRemoved")
static

Called when stages are removed by pressing the - button. Parameter being the inverseStageIndex.

EventVoid GameEvents.StageManager.OnGUIStageSequenceModified = new EventVoid("OnGUIStageSequenceModified")
static

Called when the staging sequence is modified by moving stage groups or stage icons.

EventData<Part> GameEvents.StageManager.OnPartUpdateStageability = new EventData<Part>("OnPartUpdateStageability")
static
EventVoid GameEvents.StageManager.OnStagingSeparationIndices = new EventVoid("OnStagingSeparationIndices")
static

Called when the StageManager resets/rebuilds the Separation Indices

EventData<bool> GameEvents.StageManager.SortIcons = new EventData<bool>("StageManager.SortIcons")
static

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