Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
InternalIndicatorPanel Class Reference
Inheritance diagram for InternalIndicatorPanel:
InternalModule

Classes

class  Indicator
 
class  IndicatorList
 

Public Types

enum  IndicatorValue {
  IndicatorValue.SAS, IndicatorValue.RCS, IndicatorValue.Gear, IndicatorValue.KillRot,
  IndicatorValue.Stage, IndicatorValue.Warn, IndicatorValue.Fuel, IndicatorValue.Oxygen,
  IndicatorValue.MECO, IndicatorValue.Airlock, IndicatorValue.Heat, IndicatorValue.HighG
}
 

Public Member Functions

override void OnAwake ()
 
override void OnUpdate ()
 
- Public Member Functions inherited from InternalModule
void Load (ConfigNode node)
 
virtual void OnFixedUpdate ()
 
virtual void OnLoad (ConfigNode node)
 
virtual void OnSave (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

IndicatorList indicators = new IndicatorList()
 
- Public Attributes inherited from InternalModule
InternalProp internalProp
 
int moduleID
 

Additional Inherited Members

- Properties inherited from InternalModule
int ClassID [get]
 
string ClassName [get]
 
BaseEventList Events [get]
 
BaseFieldList Fields [get]
 
InternalModel internalModel [get]
 
Part part [get]
 
Vessel vessel [get]
 

Member Enumeration Documentation

Enumerator
SAS 
RCS 
Gear 
KillRot 
Stage 
Warn 
Fuel 
Oxygen 
MECO 
Airlock 
Heat 
HighG 

Member Function Documentation

override void InternalIndicatorPanel.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalIndicatorPanel.OnUpdate ( )
inlinevirtual

Reimplemented from InternalModule.

Member Data Documentation

IndicatorList InternalIndicatorPanel.indicators = new IndicatorList()

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