Свойство | Type | Description | |
---|---|---|---|
category | Category | ||
clientControlled | bool | ||
description | String | ||
destroyPunishment | int | ||
inOrder | bool | ||
lifetime | double | ||
name | String | ||
packageOrder | int | ||
passiveMission | bool | ||
passiveReward | int | ||
randomized | bool | ||
repeatable | bool | ||
repeatableSameVessel | bool | ||
requiresMission | String | ||
reward | int |
Méthode | Description | |
---|---|---|
Sort ( List |
Sorts the given missions with the given method
|
|
SortByName ( |
||
SortByPackageOrder ( |
||
SortByReward ( |
||
ToString ( ) : string | ||
add ( |
Needed for reflection
|
|
isDone ( Vessel vessel, |
Checks if the mission is finishable with the vessel
|
public static Sort ( List |
||
missions | List |
Missions. |
sortBy | SortBy | Sort by. |
Résultat | void |
public static SortByName ( |
||
x | ||
y | ||
Résultat | int |
public static SortByPackageOrder ( |
||
x | ||
y | ||
Résultat | int |
public static SortByReward ( |
||
x | ||
y | ||
Résultat | int |
public isDone ( Vessel vessel, |
||
vessel | Vessel | current vessel |
events | ||
Résultat | bool |