Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.PlacementHook Struct Reference

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
 

Detailed Description

Definition at line 5 of file PlacementHook.cs.


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