Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
PlacementHook (Func< int, int, int, int, int, int, int > hook, int badReturn, int badResponse, bool processedCoordinates) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (PlacementHook first, PlacementHook second) |
static bool | operator!= (PlacementHook first, PlacementHook second) |
Public Attributes | |
Func< int, int, int, int, int, int, int > | hook |
int | badReturn |
int | badResponse |
bool | processedCoordinates |
Static Public Attributes | |
static PlacementHook | Empty = new PlacementHook(null, 0, 0, processedCoordinates: false) |
const int | Response_AllInvalid = 0 |
Definition at line 5 of file PlacementHook.cs.