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

◆ ItemCheck_ApplyHoldStyle()

void Terraria.Player.ItemCheck_ApplyHoldStyle ( float mountOffset,
Item sItem,
Rectangle heldItemFrame )
inlineprivate

Definition at line 51034 of file Player.cs.

51035 {
51036 //IL_0003: Unknown result type (might be due to invalid IL or missing references)
51037 //IL_000b: Unknown result type (might be due to invalid IL or missing references)
51040 }
static void HoldStyle(Item item, Player player, Rectangle heldItemFrame)
If the player is not holding onto a rope and is not in the middle of using an item,...
This serves as the central class from which item-related functions are carried out....
Definition ItemLoader.cs:26
void ItemCheck_ApplyHoldStyle_Inner(float mountOffset, Item sItem, Rectangle heldItemFrame)
Definition Player.cs:51042

References Terraria.ModLoader.ItemLoader.HoldStyle(), and Terraria.Player.ItemCheck_ApplyHoldStyle_Inner().

Referenced by Terraria.Player.ItemCheck_Inner().

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