terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DropSelectedItem_InterruptActionsThatUseAnimations()

void Terraria.Player.DropSelectedItem_InterruptActionsThatUseAnimations ( )
inline

Definition at line 2237 of file Player.cs.

2238 {
2239 int num = this.heldProj;
2240 int num2 = this.heldProj;
2241 if (num2 != 0)
2242 {
2243 int whoAmI = this.whoAmI;
2244 }
2245 if (num2 == 0)
2246 {
2247 }
2248 if (num2 != 0)
2249 {
2250 int whoAmI2 = this.whoAmI;
2251 }
2252 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.heldProj, j__TPar, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.PlayDroppedItemAnimation().