Apply this attribute to a function to allow it to be called via action groups.
More...
|
| KSPActionGroup | actionGroup |
| | Which action groups this action is currently a part of? Probably you can test whether this action is part of a given action group (say, the Abort group) with More...
|
| |
| string | guiName |
| | The name of this action as it appears in the action group editor. More...
|
| |
Apply this attribute to a function to allow it to be called via action groups.
| KSPAction.KSPAction |
( |
string |
guiName | ) |
|
| KSPAction.KSPAction |
( |
string |
guiName, |
|
|
KSPActionGroup |
actionGroup |
|
) |
| |
| KSPActionGroup KSPAction.actionGroup |
Which action groups this action is currently a part of? Probably you can test whether this action is part of a given action group (say, the Abort group) with
if((actionGroup & KSPActionGroup.Abort) != 0)
The name of this action as it appears in the action group editor.
The documentation for this class was generated from the following file: