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

◆ CanShoot()

static bool Terraria.ModLoader.CombinedHooks.CanShoot ( Player player,
Item item )
inlinestatic

Definition at line 87 of file CombinedHooks.cs.

88 {
89 if (PlayerLoader.CanShoot(player, item))
90 {
91 return ItemLoader.CanShoot(item, player);
92 }
93 return false;
94 }

References Terraria.ModLoader.ItemLoader.CanShoot(), and Terraria.ModLoader.PlayerLoader.CanShoot().

Referenced by Terraria.Player.ItemCheck_Shoot().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: