Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
string | GetText () |
int | GetInt () |
int | GetInt (int _major, int _minor, int _batch) |
bool | IsBelow (int _major, int _minor, int _batch) |
bool | IsBelow (Version v) |
bool | IsBelow (int _int) |
bool | IsSaveCompatible (Version v) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static Version | Get (string str) |
static Version | Get (int i) |
Public Attributes | |
int | major |
int | minor |
int | batch |
int | fix |
bool | demo |
Definition at line 4 of file Version.cs.
|
inline |
Definition at line 86 of file Version.cs.
|
inlinestatic |
Definition at line 64 of file Version.cs.
|
inlinestatic |
Definition at line 46 of file Version.cs.
Referenced by MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), and BaseModPackage.IsValidVersion().
|
inline |
Definition at line 96 of file Version.cs.
References GetInt().
|
inline |
Definition at line 21 of file Version.cs.
References batch, major, and minor.
Referenced by Map.ExportMetaData(), GetHashCode(), IsBelow(), Zone.OnVisit(), ModManager.ParseExtra(), LangSetting.SetVersion(), and Net.UploadFile().
|
inline |
Definition at line 26 of file Version.cs.
|
inline |
Definition at line 16 of file Version.cs.
References batch, demo, fix, and minor.
Referenced by WidgetSystemIndicator._Refresh(), Core.Awake(), SourceData< T, T2 >.ExportTexts(), WidgetFeed.OnActivate(), WidgetMainText.OnActivate(), LayerFeedback.OnInit(), LayerTitle.OnInit(), LayerLoadGame.RefreshInfo(), LayerLoadGame.RefreshList(), and CoreConfig.TryLoadConfig().
|
inline |
|
inline |
Definition at line 31 of file Version.cs.
References GetInt().
Referenced by IsBelow(), IsSaveCompatible(), MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), BaseModPackage.IsValidVersion(), and CoreConfig.TryLoadConfig().
|
inline |
Definition at line 36 of file Version.cs.
|
inline |
Definition at line 73 of file Version.cs.
References IsBelow(), major, and minor.
Referenced by GameIO.CanLoad(), LayerLoadGame.RefreshInfo(), and LayerLoadGame.RefreshList().
int Version.batch |
Definition at line 10 of file Version.cs.
bool Version.demo |
Definition at line 14 of file Version.cs.
Referenced by GetText(), Card.LevelUp(), FactionBranch.ModExp(), LayerHelp.OnAfterInit(), LayerMod.OnInit(), TraitMoongate.OnUse(), TraitMoongateEx.OnUse(), Net.SendChat(), UI.ToggleFeedback(), and TraitCoreZone.TrySetAct().
int Version.fix |
Definition at line 12 of file Version.cs.
Referenced by GetText().
int Version.major |
Definition at line 6 of file Version.cs.
Referenced by Equals(), GetInt(), and IsSaveCompatible().
int Version.minor |
Definition at line 8 of file Version.cs.
Referenced by Equals(), GetInt(), GetText(), and IsSaveCompatible().