Метод | Описание | |
---|---|---|
Abort ( ) : void | ||
CommandCanceled ( FlightComputer computer ) : void |
This method will be triggerd after deleting a command from the list.
|
|
CommandEnqueued ( FlightComputer computer ) : void |
This method will be triggerd right after the command was enqueued to the flight computer list.
|
|
Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
Off ( ) : |
||
Pop ( FlightComputer f ) : bool | ||
WithDeltaV ( float throttle, double delta ) : |
||
WithDuration ( float throttle, double duration ) : |
||
getMaxBurnTime ( FlightComputer f ) : double |
Returns the total time for this burn in seconds
|
Метод | Описание | |
---|---|---|
burnLength ( ) : string |
public CommandCanceled ( FlightComputer computer ) : void | ||
computer | FlightComputer | Current flight computer |
Результат | void |
public CommandEnqueued ( FlightComputer computer ) : void | ||
computer | FlightComputer | Current flightcomputer |
Результат | void |
public Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
f | FlightComputer | |
fcs | FlightCtrlState | |
Результат | bool |
public static WithDeltaV ( float throttle, double delta ) : |
||
throttle | float | |
delta | double | |
Результат |
public static WithDuration ( float throttle, double duration ) : |
||
throttle | float | |
duration | double | |
Результат |
public getMaxBurnTime ( FlightComputer f ) : double | ||
f | FlightComputer | Flightcomputer for the current vessel |
Результат | double |