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_UseArtisanLoaf()

void Terraria.Player.ItemCheck_UseArtisanLoaf ( Item sItem)
inlineprivate

Definition at line 15419 of file Player.cs.

15420 {
15421 int type = sItem.type;
15422 int num = this.itemAnimation;
15423 if (!this.ateArtisanBread && this.itemTime == 0)
15424 {
15425 int useTime = sItem.useTime;
15426 this.itemTime = useTime;
15427 this.itemTimeMax = useTime;
15428 this.ateArtisanBread = true;
15429 int whoAmI = this.whoAmI;
15430 if (useTime == 0)
15431 {
15432 }
15433 }
15434 }
class f__AnonymousType0<< Count > j__TPar
bool ateArtisanBread
Definition Player.cs:21932

References Terraria.Player.ateArtisanBread, Terraria.Player.itemAnimation, Terraria.Player.itemTime, j__TPar, and Terraria.Entity.whoAmI.