TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.IO.ResourcePackVersion Struct Reference
+ Inheritance diagram for Terraria.IO.ResourcePackVersion:
+ Collaboration diagram for Terraria.IO.ResourcePackVersion:

Public Member Functions

int CompareTo (object obj)
 
int CompareTo (ResourcePackVersion other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
string GetFormattedVersion ()
 

Static Public Member Functions

static ResourcePackVersion Create (int major, int minor)
 
static bool operator== (ResourcePackVersion lhs, ResourcePackVersion rhs)
 
static bool operator!= (ResourcePackVersion lhs, ResourcePackVersion rhs)
 
static bool operator< (ResourcePackVersion lhs, ResourcePackVersion rhs)
 
static bool operator> (ResourcePackVersion lhs, ResourcePackVersion rhs)
 

Properties

int Major [get, private set]
 
int Minor [get, private set]
 

Detailed Description

Definition at line 8 of file ResourcePackVersion.cs.


The documentation for this struct was generated from the following file: