tModLoader v2023.01
A mod to make and play Terraria mods
|
Static Public Member Functions | |
static bool | operator!= (PlacementHook first, PlacementHook second) |
static bool | operator== (PlacementHook first, PlacementHook second) |
Public Attributes | |
int | badResponse |
int | badReturn |
Func< int, int, int, int, int, int, int > | hook |
bool | processedCoordinates |
Static Public Attributes | |
static PlacementHook | Empty = new PlacementHook(null, 0, 0, processedCoordinates: false) |
const int | Response_AllInvalid = 0 |