A BaseActionList is an object to manipulate actions. More...
Public Member Functions | |
BaseActionList (Part part, PartModule module) | |
bool | Contains (KSPActionGroup group) |
void | OnLoad (ConfigNode node) |
void | OnSave (ConfigNode node) |
Public Attributes | |
PartModule | module |
The partModule this list of actions belongs to More... | |
Part | part |
The Part this list of actions belongs to More... | |
Properties | |
BaseAction | this[string name] [get] |
A BaseActionList is an object to manipulate actions.
BaseActionList.BaseActionList | ( | Part | part, |
PartModule | module | ||
) |
bool BaseActionList.Contains | ( | KSPActionGroup | group | ) |
void BaseActionList.OnLoad | ( | ConfigNode | node | ) |
void BaseActionList.OnSave | ( | ConfigNode | node | ) |
PartModule BaseActionList.module |
The partModule this list of actions belongs to
|
get |