Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.IO.ResourcePackVersion Struct Reference

Public Member Functions

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

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: