Class ActionGroupElement
public class ActionGroupElement : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
ActionGroupElement
- Implements
- Inherited Members
- Extension Methods
Constructors
ActionGroupElement(KSPActionGroup, bool)
public ActionGroupElement(KSPActionGroup action, bool isTriggerVisible)
Parameters
actionKSPActionGroupisTriggerVisiblebool
Fields
ActionGroup
[DataProperty("ActionGroup")]
public PropertyReadonly<KSPActionGroup> ActionGroup
Field Value
ActionGroupName
[DataProperty("ActionGroupName")]
public PropertyReadonly<string> ActionGroupName
Field Value
DisplayName
[DataProperty("DisplayName")]
public PropertyReadonly<string> DisplayName
Field Value
IsTriggerActive
[DataProperty("IsTriggerActive")]
public PropertyExternal<bool> IsTriggerActive
Field Value
IsTriggerVisible
[DataProperty("IsTriggerVisible")]
public PropertyReadonly<bool> IsTriggerVisible
Field Value
PartsCount
[DataProperty("PartsCount")]
public PropertyExternal<int> PartsCount
Field Value
Methods
ShowGroup(string)
[DataAction("ShowActionGroupDetails")]
public void ShowGroup(string groupName)
Parameters
groupNamestring
TriggerAction()
[DataAction("TriggerAction")]
public void TriggerAction()