Kerbal Space Program
1.12.4
|
List of all defined part actions More...
Classes | |
class | ReflectedData |
Public Member Functions | |
BaseActionList (Part part, PartModule module) | |
Creates a new instance More... | |
bool | Contains (KSPActionGroup group) |
bool | Contains (KSPActionGroup group, int groupOverride) |
void | OnLoad (ConfigNode node) |
void | OnSave (ConfigNode node) |
Public Attributes | |
const KSPActionGroup | ControlAction = KSPActionGroup.Stage | KSPActionGroup.SAS | KSPActionGroup.RCS |
Set of actions that are treated as vessel controls (for override control option) More... | |
PartModule | module |
Part | part |
Static Protected Member Functions | |
static ReflectedData | GetReflectedAttributes (System.Type type) |
Static Protected Attributes | |
static Dictionary< System.Type, ReflectedData > | reflectedAttributeCache = new Dictionary<System.Type, ReflectedData>() |
Properties | |
BaseAction | this[string name] [get] |
List of all defined part actions
|
inline |
Creates a new instance
part | The parent part |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inline |
const KSPActionGroup BaseActionList.ControlAction = KSPActionGroup.Stage | KSPActionGroup.SAS | KSPActionGroup.RCS |
Set of actions that are treated as vessel controls (for override control option)
PartModule BaseActionList.module |
Part BaseActionList.part |
|
staticprotected |
|
get |