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

◆ ItemCheck_UseBossSpawners()

void Terraria.Player.ItemCheck_UseBossSpawners ( int onWhichPlayer,
Item sItem )
inlineprivate

Definition at line 14169 of file Player.cs.

14170 {
14171 if (this.itemTime != 0)
14172 {
14173 return;
14174 }
14175 int num = this.itemAnimation;
14176 int type = sItem.type;
14177 int type2 = sItem.type;
14178 int useTime = sItem.useTime;
14179 float x = this.position.X;
14180 float y = this.position.Y;
14181 this.itemTime = useTime;
14182 this.itemTimeMax = useTime;
14183 if (useTime == 0)
14184 {
14185 }
14186 if (useTime != 0)
14187 {
14188 int whoAmI = this.whoAmI;
14189 if (useTime == 0)
14190 {
14191 }
14192 return;
14193 }
14194 int num2;
14195 if (num2 == 0)
14196 {
14197 }
14198 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References Terraria.Player.itemAnimation, Terraria.Player.itemTime, j__TPar, Terraria.Entity.position, Terraria.Entity.whoAmI, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.