Table of Contents

Class ActionGroupElement

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
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

action KSPActionGroup
isTriggerVisible bool

Fields

ActionGroup

[DataProperty("ActionGroup")]
public PropertyReadonly<KSPActionGroup> ActionGroup

Field Value

PropertyReadonly<KSPActionGroup>

ActionGroupName

[DataProperty("ActionGroupName")]
public PropertyReadonly<string> ActionGroupName

Field Value

PropertyReadonly<string>

DisplayName

[DataProperty("DisplayName")]
public PropertyReadonly<string> DisplayName

Field Value

PropertyReadonly<string>

IsTriggerActive

[DataProperty("IsTriggerActive")]
public PropertyExternal<bool> IsTriggerActive

Field Value

PropertyExternal<bool>

IsTriggerVisible

[DataProperty("IsTriggerVisible")]
public PropertyReadonly<bool> IsTriggerVisible

Field Value

PropertyReadonly<bool>

PartsCount

[DataProperty("PartsCount")]
public PropertyExternal<int> PartsCount

Field Value

PropertyExternal<int>

Methods

ShowGroup(string)

[DataAction("ShowActionGroupDetails")]
public void ShowGroup(string groupName)

Parameters

groupName string

TriggerAction()

[DataAction("TriggerAction")]
public void TriggerAction()