Table of Contents

Class ModuleAction

Namespace
KSP.Sim.Definitions
Assembly
Assembly-CSharp.dll
public class ModuleAction : DelegateAction, IModuleAction, IAction, IModuleDataContext
Inheritance
ModuleAction
Implements
Inherited Members
Extension Methods

Constructors

ModuleAction(Delegate)

public ModuleAction(Delegate action)

Parameters

action Delegate

Properties

ActionState

public bool ActionState { get; set; }

Property Value

bool

ContextKey

public string ContextKey { get; }

Property Value

string

Methods

GetContextKey()

public string GetContextKey()

Returns

string

SetContextKey(string)

public void SetContextKey(string NewKey)

Parameters

NewKey string