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

◆ ApplyItemAnimation() [1/2]

void Terraria.Player.ApplyItemAnimation ( Item sItem)
inline

Definition at line 4929 of file Player.cs.

4930 {
4931 if (sItem.createTile >= 0)
4932 {
4934 }
4935 else if (sItem.createWall >= 0)
4936 {
4938 }
4939 else
4940 {
4942 }
4943 }
float wallSpeed
Definition Player.cs:2618
float tileSpeed
Definition Player.cs:2620
void ApplyItemAnimation(Item sItem)
Definition Player.cs:4929

References Terraria.Player.ApplyItemAnimation(), Terraria.Player.tileSpeed, and Terraria.Player.wallSpeed.

Referenced by Terraria.Player.ApplyItemAnimation(), and Terraria.Player.ItemCheck_StartActualUse().

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