|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for InControl.VersionInfo:
Collaboration diagram for InControl.VersionInfo:Public Member Functions | |
| VersionInfo (int major, int minor, int patch, int build) | |
| int | CompareTo (VersionInfo other) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
| override string | ToString () |
| string | ToShortString () |
| int | CompareTo (T other) |
| int | CompareTo (object obj) |
Static Public Member Functions | |
| static VersionInfo | InControlVersion () |
| static VersionInfo | UnityVersion () |
| static bool | operator== (VersionInfo a, VersionInfo b) |
| static bool | operator!= (VersionInfo a, VersionInfo b) |
| static bool | operator<= (VersionInfo a, VersionInfo b) |
| static bool | operator>= (VersionInfo a, VersionInfo b) |
| static bool | operator< (VersionInfo a, VersionInfo b) |
| static bool | operator> (VersionInfo a, VersionInfo b) |
Properties | |
| static VersionInfo | Min [get, set] |
| static VersionInfo | Max [get, set] |
| VersionInfo | Next [get, set] |
| int | Build [get, set] |
Private Attributes | |
| int | major |
| int | minor |
| int | patch |
| int | build |
Definition at line 12 of file VersionInfo.cs.