Tells the compiler that this method is an action and allows you to set up the KSP specific stuff. ** REQUIRED BY ALL ACTION METHODS **
More...
|
string | guiName [get, set] |
| The gui name for this action (userAction must be true) More...
|
|
Tells the compiler that this method is an action and allows you to set up the KSP specific stuff. ** REQUIRED BY ALL ACTION METHODS **
Is this action initially active?
bool KSPEvent.advancedTweakable |
Does this action require Advanced Tweakables to be enabled?
A string category id so can display all actions of certain types
bool KSPEvent.externalToEVAOnly |
If available from other vessels, require that the other vessel be an EVA?
string KSPEvent.groupDisplayName |
This event's group display name
string KSPEvent.groupName |
bool KSPEvent.groupStartCollapsed |
If this group will start collapsed
Is this action available to the user?
bool KSPEvent.guiActiveEditor |
Is this action available to the GUI in editor
bool KSPEvent.guiActiveUncommand |
Is this action available while the vessel is not under control?
bool KSPEvent.guiActiveUnfocused |
Is this action available while focused on another vessel?
The guiIcon name (guiAction must be true)
Is this action assigned as the part's default?
- Will override any previous default *
bool KSPEvent.isPersistent |
Should this event's fields be saved to craft/sfs
The external name of this action
bool KSPEvent.requireFullControl |
Does this require full, not just partial, control?
float KSPEvent.unfocusedRange |
if available from other vessels, what is the minimum range for activation?
bool KSPEvent.wasActiveBeforePartWasAdjusted |
Was this event active before the part was adjusted?
The gui name for this action (userAction must be true)
The documentation for this class was generated from the following file: