|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Gathers the results of ModItem.CanHitNPC and all GlobalItem.CanHitNPC hooks. If any of them returns false, this returns false. Otherwise, if any of them returns true then this returns true. If all of them return null, this returns null.
Definition at line 1232 of file ItemLoader.cs.
References Terraria.ModLoader.ItemLoader.HookCanHitNPC, and Terraria.Item.ModItem.
Referenced by Terraria.ModLoader.CombinedHooks.CanPlayerHitNPCWithItem().
Here is the caller graph for this function: