|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
| ApplicationVersion (ApplicationVersionType applicationVersionType, int major, int minor, int revision, int changeSet) | |
| bool | IsSame (ApplicationVersion other) |
| override string | ToString () |
| 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 = 9638 |
| 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 | ) |
|
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 |