Property | Type | Description | |
---|---|---|---|
crewCount | int | ||
description | String | ||
doneOnce | bool | ||
id | String | ||
maxTotalMass | double | ||
minSeconds | double | ||
minTotalMass | double | ||
nonPermanent | bool | ||
optional | bool | ||
repeatable | bool | ||
reward | int | ||
throttleDown | bool | ||
vesselIndenpendent | bool |
Method | Description | |
---|---|---|
getType ( ) : String |
Caption in the window for this mission goal
|
|
getValues ( Vessel vessel, |
Returns all values related to this mission goal
|
|
isDone ( Vessel vessel, |
Checks, if this mission goal has been accomplished.
|
Method | Description | |
---|---|---|
values ( Vessel v, |
Returns an array of necessary values, like orbital parameters.
|
public getValues ( Vessel vessel, |
||
vessel | Vessel | current vessel |
events | ||
return | List |
public isDone ( Vessel vessel, |
||
vessel | Vessel | current vessel |
events | ||
return | bool |
protected values ( Vessel v, |
||
v | Vessel | current vessel, might be null when in editor mode or in space center mode! |
events | ||
return | List |