|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Gathers the results of all M:Terraria.ModLoader.GlobalItem.CanCatchNPC(Terraria.Item,Terraria.NPC,Terraria.Player) hooks, then the M:Terraria.ModLoader.ModItem.CanCatchNPC(Terraria.NPC,Terraria.Player) hook if applicable.
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 1172 of file ItemLoader.cs.
References Terraria.ModLoader.ItemLoader.HookCanCatchNPC, and Terraria.Item.ModItem.
Referenced by Terraria.ModLoader.CombinedHooks.CanCatchNPC().
Here is the caller graph for this function: