|
Elin Decompiled Documentation EA 23.241 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 | IsSameOrBelow (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 95 of file Version.cs.
|
inlinestatic |
Definition at line 73 of file Version.cs.
|
inlinestatic |
Definition at line 55 of file Version.cs.
Referenced by MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), and BaseModPackage.IsValidVersion().
|
inline |
Definition at line 105 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(), IsSameOrBelow(), 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(), IsSameOrBelow(), IsSaveCompatible(), MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), BaseModPackage.IsValidVersion(), Zone_EternalGarden.OnActivate(), Zone_Nefu.OnActivate(), and CoreConfig.TryLoadConfig().
|
inline |
Definition at line 36 of file Version.cs.
|
inline |
Definition at line 41 of file Version.cs.
References GetInt(), and IsBelow().
Referenced by Net.DownloadMeta.IsValidVersion().
|
inline |
Definition at line 82 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(), TraitCoreZone.TrySetAct(), and TraitWaystone.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().