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
Loading...
Searching...
No Matches
Terraria.DataStructures.Point16 Struct Reference
+ Collaboration diagram for Terraria.DataStructures.Point16:

Public Member Functions

 Point16 (Point point)
 
 Point16 (int X, int Y)
 
 Point16 (short X, short Y)
 
Point16 Max (int compareX, int compareY)
 
Point16 Max (Point16 compareTo)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static Point16 Max (int firstX, int firstY, int secondX, int secondY)
 
static bool operator== (Point16 first, Point16 second)
 
static bool operator!= (Point16 first, Point16 second)
 
static Point16 ()
 

Public Attributes

readonly short X
 
readonly short Y
 

Static Public Attributes

static Point16 Zero
 
static Point16 NegativeOne
 

Detailed Description

Definition at line 19 of file Point16.cs.


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