Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Manager ( ) : System | ||
costs ( int value ) : int | ||
discardRandomMission ( |
Discards the given random mission. Removed it from the random missions list
|
|
finishMission ( |
Finishes the given mission with the given vessel. Rewards the space program with the missions reward.
|
|
finishMissionGoal ( |
Finishes the given mission goal with the given vessel. Rewards the space program with the reward from mission goal.
|
|
getActivePassiveMissions ( ) : List |
Gets all passive missions that are currently active. Removes old passive missions
|
|
getBudget ( ) : int | ||
getClientControlledMission ( Vessel vessel ) : |
Gets the client controlled mission that has been finished with the given vessel
|
|
getClientControlledMissions ( ) : List |
Gets all client controlled missions
|
|
getPassiveMission ( Vessel vessel ) : |
Gets the passive mission for the given vessel.
|
|
isClientControlled ( Vessel vessel ) : bool |
Checks if the given vessel is controlled by a client.
|
|
isMissionAlreadyFinished ( |
Returns true, if the given mission has been finished with the given vessel.
|
|
isMissionAlreadyFinished ( String name ) : bool |
If true, the given mission name has been finished. False otherwise.
|
|
isMissionGoalAlreadyFinished ( |
Returns true, if the given mission goal has been finish in another game with the given vessel, false otherwise
|
|
isOnPassiveMission ( Vessel vessel ) : bool |
Checks if the given vessel in on a passive mission
|
|
loadMissionPackage ( String path ) : |
Loads the given mission package
|
|
loadProgram ( String title ) : void | ||
recycleVessel ( Vessel vessel, int costs ) : void |
Recycles the vessel with the given costs. It is added to the recycled vessels list.
|
|
reloadMission ( |
Reloads the given mission for the given vessel. Checks for already finished mission goals and reexecutes the instructions.
|
|
removeMission ( |
Removes an mission status
|
|
resetSpaceProgram ( ) : void |
Reset the current space program.
|
|
reward ( int value ) : int | ||
rewind ( ) : void |
Rewinds the latest expenses.
|
|
saveProgram ( ) : void |
Saves the current space program
|
public discardRandomMission ( |
||
m | M. | |
Résultat | void |
public finishMission ( |
||
m | mission | |
vessel | Vessel | vessel |
events | ||
Résultat | void |
public finishMissionGoal ( |
||
goal | Goal. | |
vessel | Vessel | Vessel. |
events | ||
Résultat | void |
public getClientControlledMission ( Vessel vessel ) : |
||
vessel | Vessel | Vessel. |
Résultat |
public getClientControlledMissions ( ) : List |
||
Résultat | List |
public getPassiveMission ( Vessel vessel ) : |
||
vessel | Vessel | Vessel. |
Résultat |
public isClientControlled ( Vessel vessel ) : bool | ||
vessel | Vessel | Vessel. |
Résultat | bool |
public isMissionAlreadyFinished ( |
||
m | mission | |
v | Vessel | vessel |
Résultat | bool |
public isMissionAlreadyFinished ( String name ) : bool | ||
name | String | mission name |
Résultat | bool |
public isMissionGoalAlreadyFinished ( |
||
c | goal | |
v | Vessel | vessel |
Résultat | bool |
public isOnPassiveMission ( Vessel vessel ) : bool | ||
vessel | Vessel | Vessel. |
Résultat | bool |
public loadMissionPackage ( String path ) : |
||
path | String | Path. |
Résultat |
public recycleVessel ( Vessel vessel, int costs ) : void | ||
vessel | Vessel | Vessel. |
costs | int | Costs. |
Résultat | void |
public reloadMission ( |
||
m | mission | |
vessel | Vessel | vessel |
Résultat |
public removeMission ( |
||
s | S. | |
Résultat | void |