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

◆ HookCanBeHitByItem

GlobalHookList<GlobalNPC> Terraria.ModLoader.NPCLoader.HookCanBeHitByItem = AddHook((Expression<Func<GlobalNPC, Func<NPC, Player, Item, bool?>>>)((GlobalNPC g) => g.CanBeHitByItem))
staticprivate

Definition at line 176 of file NPCLoader.cs.

Referenced by Terraria.ModLoader.NPCLoader.CanBeHitByItem().