|
Elin Decompiled Documentation EA 23.344.1 Nightly
|
Public Member Functions | |
| string | GetBuild () |
| string | GetNumeric () |
| 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 |
| bool | nightly |
Definition at line 5 of file Version.cs.
|
inline |
Definition at line 115 of file Version.cs.
References batch, major, and minor.
Referenced by Game.OnLoad().
|
inlinestatic |
|
inlinestatic |
Definition at line 73 of file Version.cs.
References batch, major, and minor.
Referenced by MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), and BaseModPackage.IsValidVersion().
|
inline |
Definition at line 20 of file Version.cs.
References nightly.
|
inline |
Definition at line 125 of file Version.cs.
References GetInt().
|
inline |
Definition at line 39 of file Version.cs.
References batch, major, and minor.
Referenced by Map.ExportMetaData(), GetHashCode(), IsBelow(), IsSameOrBelow(), Zone.OnVisit(), LangSetting.SetVersion(), and Net.UploadFile().
|
inline |
Definition at line 44 of file Version.cs.
|
inline |
Definition at line 29 of file Version.cs.
|
inline |
Definition at line 34 of file Version.cs.
References batch, demo, fix, and minor.
Referenced by WidgetSystemIndicator._Refresh(), LayerMod.ApplyPreset(), Core.Awake(), LayerMod.CopyPreset(), SourceData< T, T2 >.ExportTexts(), WidgetFeed.OnActivate(), WidgetMainText.OnActivate(), LayerFeedback.OnInit(), LayerTitle.OnInit(), LayerLoadGame.RefreshInfo(), LayerLoadGame.RefreshList(), ModManager.SavePreset(), LayerMod.ShowInfo(), and CoreConfig.TryLoadConfig().
|
inline |
|
inline |
Definition at line 49 of file Version.cs.
References GetInt().
Referenced by IsBelow(), IsSameOrBelow(), IsSaveCompatible(), MapMetaData.IsValidVersion(), Net.DownloadMeta.IsValidVersion(), BaseModPackage.IsValidVersion(), Map.Load(), Zone.OnActivate(), Zone_Nefu.OnActivate(), and CoreConfig.TryLoadConfig().
|
inline |
Definition at line 54 of file Version.cs.
|
inline |
Definition at line 59 of file Version.cs.
References GetInt(), and IsBelow().
Referenced by Net.DownloadMeta.IsValidVersion().
|
inline |
Definition at line 102 of file Version.cs.
References IsBelow(), major, and minor.
Referenced by GameIO.CanLoad(), LayerLoadGame.RefreshInfo(), and LayerLoadGame.RefreshList().
| int Version.batch |
Definition at line 11 of file Version.cs.
Referenced by Equals(), Get(), GetInt(), GetNumeric(), and GetText().
| bool Version.demo |
Definition at line 15 of file Version.cs.
Referenced by LayerMod.CreateCallbacks(), GetText(), Card.LevelUp(), FactionBranch.ModExp(), LayerHelp.OnAfterInit(), TraitMoongate.OnUse(), TraitMoongateEx.OnUse(), Net.SendBook(), Net.SendChat(), UI.ToggleFeedback(), TraitCoreZone.TrySetAct(), and TraitWaystone.TrySetAct().
| int Version.fix |
Definition at line 13 of file Version.cs.
Referenced by GetNumeric(), and GetText().
| int Version.major |
Definition at line 7 of file Version.cs.
Referenced by Equals(), Get(), GetInt(), GetNumeric(), and IsSaveCompatible().
| int Version.minor |
Definition at line 9 of file Version.cs.
Referenced by Equals(), Get(), GetInt(), GetNumeric(), GetText(), and IsSaveCompatible().
| bool Version.nightly |
Definition at line 18 of file Version.cs.
Referenced by GetBuild().