static bool Expansions.Missions.MissionCheckpointValidator.CompareObjectLists< T > |
( |
List< T > |
list1, |
|
|
List< T > |
list2 |
|
) |
| |
|
inlinestatic |
Compare two string lists and check if they are equals
- Parameters
-
- Returns
static bool Expansions.Missions.MissionCheckpointValidator.CompareStructLists< T > |
( |
List< T > |
list1, |
|
|
List< T > |
list2 |
|
) |
| |
|
inlinestatic |
Compare two list of T and check if they are equals
- Template Parameters
-
T | Type of the list (struct) |
- Parameters
-
- Returns
- Type Constraints
-
T | : | struct | |
T | : | IComparable | |
T | : | IFormattable | |
T | : | IConvertible | |
T | : | IComparable<T> | |
T | : | IEquatable<T> | |
static bool Expansions.Missions.MissionCheckpointValidator.ValidateCheckpoint |
( |
Mission |
checkpointMission, |
|
|
Mission |
mission |
|
) |
| |
|
inlinestatic |
Check if the checkpoint is dirty, compared with the current mission status
- Parameters
-
- Returns
The documentation for this class was generated from the following file: