C# Class RemoteTech.FlightComputer.PartActionCommand

Inheritance: RemoteTech.FlightComputer.Commands.AbstractCommand
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Свойство Type Description
BaseField BaseField
NewValue object
NewValueString string

Méthodes publiques

Méthode 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 méthode

public static Field ( BaseField baseField, object newValue ) : PartActionCommand
baseField BaseField
newValue object
Résultat PartActionCommand

Load() public méthode

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

Pop() public méthode

public Pop ( FlightComputer f ) : bool
f FlightComputer
Résultat bool

Save() public méthode

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

Property Details

BaseField public_oe property

public BaseField BaseField
Résultat BaseField

NewValue public_oe property

public object NewValue
Résultat object

NewValueString public_oe property

public string NewValueString
Résultat string