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

◆ ModifyShootStats()

static void Terraria.ModLoader.CombinedHooks.ModifyShootStats ( Player player,
Item item,
ref Vector2 position,
ref Vector2 velocity,
ref int type,
ref int damage,
ref float knockback )
inlinestatic

Definition at line 96 of file CombinedHooks.cs.

97 {
98 ItemLoader.ModifyShootStats(item, player, ref position, ref velocity, ref type, ref damage, ref knockback);
99 PlayerLoader.ModifyShootStats(player, item, ref position, ref velocity, ref type, ref damage, ref knockback);
100 }

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

Referenced by Terraria.Player.ItemCheck_Shoot().

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