Method | Description | |
---|---|---|
EditorPressurized ( ) : bool | ||
Engine ( ) : string | ||
GetUllageStability ( ) : double | ||
GetUllageState ( Color &col ) : string | ||
Load ( |
||
PressureOK ( ) : bool | ||
Save ( |
||
SetModule ( |
||
SetTanks ( ) : void | ||
SetThrustAxis ( Vector3 thrustAxis ) : void | ||
SetUllageEnabled ( bool enabled ) : void | ||
SetUllageStability ( double newStability ) : void | ||
UllageSet ( ModuleEnginesRF eng ) : System | ||
Update ( Vector3 acc, Vector3 angVel, double timeDelta, double ventingAcc ) : void |
public GetUllageState ( Color &col ) : string | ||
col | Color | |
return | string |
public SetModule ( |
||
newModule | ||
return | void |
public SetThrustAxis ( Vector3 thrustAxis ) : void | ||
thrustAxis | Vector3 | |
return | void |
public SetUllageEnabled ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public SetUllageStability ( double newStability ) : void | ||
newStability | double | |
return | void |
public UllageSet ( ModuleEnginesRF eng ) : System | ||
eng | ModuleEnginesRF | |
return | System |
public Update ( Vector3 acc, Vector3 angVel, double timeDelta, double ventingAcc ) : void | ||
acc | Vector3 | |
angVel | Vector3 | |
timeDelta | double | |
ventingAcc | double | |
return | void |