Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
Expansions.Missions.MissionCheckpointValidator Class Reference

Static Public Member Functions

static bool CompareObjectLists< T > (List< T > list1, List< T > list2)
 Compare two string lists and check if they are equals More...
 
static bool CompareStructLists< T > (List< T > list1, List< T > list2)
 Compare two list of T and check if they are equals More...
 
static bool ValidateCheckpoint (Mission checkpointMission, Mission mission)
 Check if the checkpoint is dirty, compared with the current mission status More...
 

Member Function Documentation

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
list1list 1
list2list 2
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
TType of the list (struct)
Parameters
list1list 1
list2list 2
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
currentMission
Returns

The documentation for this class was generated from the following file: