C# Class RemoteTech.FlightComputer.PartActionCommand

Inheritance: RemoteTech.FlightComputer.Commands.AbstractCommand
Show file Open project: RemoteTechnologiesGroup/RemoteTech

Public Properties

Property Type Description
BaseField BaseField
NewValue object
NewValueString string

Public Methods

Method Description
Field ( BaseField baseField, object newValue ) : PartActionCommand
Load ( ConfigNode n, FlightComputer fc ) : bool

Load infos into this object and create a new BaseEvent

Pop ( FlightComputer f ) : bool
Save ( ConfigNode n, FlightComputer fc ) : void

Save the BaseEvent to the persistent

Method Details

Field() public static method

public static Field ( BaseField baseField, object newValue ) : PartActionCommand
baseField BaseField
newValue object
return PartActionCommand

Load() public method

Load infos into this object and create a new BaseEvent
public Load ( ConfigNode n, FlightComputer fc ) : bool
n System.ConfigNode
fc FlightComputer
return bool

Pop() public method

public Pop ( FlightComputer f ) : bool
f FlightComputer
return bool

Save() public method

Save the BaseEvent to the persistent
public Save ( ConfigNode n, FlightComputer fc ) : void
n System.ConfigNode
fc FlightComputer
return void

Property Details

BaseField public property

public BaseField BaseField
return BaseField

NewValue public property

public object NewValue
return object

NewValueString public property

public string NewValueString
return string