|
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
|
Collaboration diagram for Terraria.DataStructures.PlacementHook: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) |
| static | PlacementHook () |
Public Attributes | |
| Func< int, int, int, int, int, int, int > | hook |
| int | badReturn |
| int | badResponse |
| bool | processedCoordinates |
Static Public Attributes | |
| static PlacementHook | Empty |
| const int | Response_AllInvalid = 0 |
Definition at line 9 of file PlacementHook.cs.