terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SlotId (uint value) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
float | ToFloat () |
Static Public Member Functions | |
static bool | operator== (SlotId lhs, SlotId rhs) |
static bool | operator!= (SlotId lhs, SlotId rhs) |
static SlotId | FromFloat (float value) |
static | SlotId () |
Public Attributes | |
readonly uint | Value |
Static Public Attributes | |
static readonly SlotId | Invalid |
Package Functions | |
SlotId | ToInactive (uint freeHead) |
SlotId | ToActive (uint index) |
Properties | |
bool | IsValid [get] |
bool | IsActive [get] |
uint | Index [get] |
uint | Key [get] |
Static Private Attributes | |
const uint | KEY_INC = 65536U |
const uint | INDEX_MASK = 65535U |
const uint | ACTIVE_MASK = 2147483648U |
const uint | KEY_MASK = 2147418112U |