C# Class RemoteTech.FlightComputer.UIPartActionMenuPatcher.WrappedField

Inheritance: BaseField
Show file Open project: RemoteTechnologiesGroup/RemoteTech

Public Methods

Method Description
Invoke ( ) : void

Effectively change the value of the underlying field.

This gets called by the flight computer either immediately if there's no delay or later if the command is queued.

KspFieldFromBaseField ( BaseField baseField ) : KSPField
NewValueFromString ( string stringValue ) : bool
WrappedField ( BaseField baseField, KSPField field ) : System

Method Details

Invoke() public method

Effectively change the value of the underlying field.
This gets called by the flight computer either immediately if there's no delay or later if the command is queued.
public Invoke ( ) : void
return void

KspFieldFromBaseField() public static method

public static KspFieldFromBaseField ( BaseField baseField ) : KSPField
baseField BaseField
return KSPField

NewValueFromString() public method

public NewValueFromString ( string stringValue ) : bool
stringValue string
return bool

WrappedField() public method

public WrappedField ( BaseField baseField, KSPField field ) : System
baseField BaseField
field KSPField
return System