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

◆ ModifyWeaponDamage()

static void Terraria.ModLoader.CombinedHooks.ModifyWeaponDamage ( Player player,
Item item,
ref StatModifier damage )
inlinestatic

Definition at line 11 of file CombinedHooks.cs.

12 {
13 ItemLoader.ModifyWeaponDamage(item, player, ref damage);
14 PlayerLoader.ModifyWeaponDamage(player, item, ref damage);
15 }

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

Referenced by Terraria.Player.GetWeaponDamage().

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