| 
    M&B: Bannerlord 1.2.10
    
   The horns sound, the ravens gather. 
   | 
 
Public Member Functions | |
| ApplicationVersion (ApplicationVersionType applicationVersionType, int major, int minor, int revision, int changeSet) | |
| bool | IsSame (ApplicationVersion other, bool checkChangeSet) | 
| bool | IsOlderThan (ApplicationVersion other) | 
| bool | IsNewerThan (ApplicationVersion other) | 
| override string | ToString () | 
| Returns formatted save version.   | |
| override int | GetHashCode () | 
| override bool | Equals (object obj) | 
Static Public Member Functions | |
| static ApplicationVersion | FromParametersFile (string customParameterFilePath=null) | 
| static ApplicationVersion | FromString (string versionAsString, int defaultChangeSet=DefaultChangeSet) | 
| static ApplicationVersionType | ApplicationVersionTypeFromString (string applicationVersionTypeAsString) | 
| static string | GetPrefix (ApplicationVersionType applicationVersionType) | 
| static bool | operator== (ApplicationVersion a, ApplicationVersion b) | 
| static bool | operator!= (ApplicationVersion a, ApplicationVersion b) | 
| static bool | operator> (ApplicationVersion a, ApplicationVersion b) | 
| static bool | operator< (ApplicationVersion a, ApplicationVersion b) | 
| static bool | operator>= (ApplicationVersion a, ApplicationVersion b) | 
| static bool | operator<= (ApplicationVersion a, ApplicationVersion b) | 
Static Public Attributes | |
| const int | DefaultChangeSet = 42197 | 
| This is overridden during publishing.   | |
| static readonly ApplicationVersion | Empty = new ApplicationVersion(ApplicationVersionType.Invalid, -1, -1, -1, -1) | 
Properties | |
| ApplicationVersionType | ApplicationVersionType [get] | 
| int | Major [get] | 
| int | Minor [get] | 
| int | Revision [get] | 
| int | ChangeSet [get] | 
| TaleWorlds.Library.ApplicationVersion.ApplicationVersion | ( | ApplicationVersionType | applicationVersionType, | 
| int | major, | ||
| int | minor, | ||
| int | revision, | ||
| int | changeSet ) | 
      
  | 
  static | 
      
  | 
  static | 
| bool TaleWorlds.Library.ApplicationVersion.IsSame | ( | ApplicationVersion | other, | 
| bool | checkChangeSet ) | 
| bool TaleWorlds.Library.ApplicationVersion.IsOlderThan | ( | ApplicationVersion | other | ) | 
| bool TaleWorlds.Library.ApplicationVersion.IsNewerThan | ( | ApplicationVersion | other | ) | 
      
  | 
  static | 
      
  | 
  static | 
| override string TaleWorlds.Library.ApplicationVersion.ToString | ( | ) | 
      
  | 
  static | 
      
  | 
  static | 
| override int TaleWorlds.Library.ApplicationVersion.GetHashCode | ( | ) | 
| override bool TaleWorlds.Library.ApplicationVersion.Equals | ( | object | obj | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  get | 
      
  | 
  get | 
      
  | 
  get | 
      
  | 
  get | 
      
  | 
  get |