TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ModifyHoverBoundingBox()

virtual void Terraria.ModLoader.ModNPC.ModifyHoverBoundingBox ( ref Rectangle boundingBox)
inlinevirtual

Allows you to modify the bounding box for hovering over this NPC (affects things like whether or not its name is displayed).

Parameters
boundingBoxThe bounding box used for determining whether or not the NPC counts as being hovered over.

Definition at line 206 of file ModNPC.cs.

207 {
208 }