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

◆ ItemCheck_ApplyUseStyle()

void Terraria.Player.ItemCheck_ApplyUseStyle ( float mountOffset,
Item sItem,
Rectangle heldItemFrame )
inline

Definition at line 51554 of file Player.cs.

51555 {
51556 //IL_0003: Unknown result type (might be due to invalid IL or missing references)
51557 //IL_000b: Unknown result type (might be due to invalid IL or missing references)
51560 }
static void UseStyle(Item item, Player player, Rectangle heldItemFrame)
Calls ModItem.UseStyle and all GlobalItem.UseStyle hooks.
This serves as the central class from which item-related functions are carried out....
Definition ItemLoader.cs:26
void ItemCheck_ApplyUseStyle_Inner(float mountOffset, Item sItem, Rectangle heldItemFrame)
Definition Player.cs:51562

References Terraria.Player.ItemCheck_ApplyUseStyle_Inner(), and Terraria.ModLoader.ItemLoader.UseStyle().

Referenced by Terraria.Player.ItemCheck_Inner().

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