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

void Terraria.Player.ItemCheck_UseShimmerPermanentItems ( Item sItem)
inlineprivate

Definition at line 15675 of file Player.cs.

15676 {
15677 int type = sItem.type;
15678 int num = this.itemAnimation;
15679 if (!this.usedAegisCrystal && this.itemTime == 0)
15680 {
15681 int useTime = sItem.useTime;
15682 this.usedAegisCrystal = true;
15683 int whoAmI = this.whoAmI;
15684 this.itemTime = useTime;
15685 this.itemTimeMax = useTime;
15686 if (useTime == 0)
15687 {
15688 }
15689 int type2 = sItem.type;
15690 int num2 = this.itemAnimation;
15691 if (!this.usedAegisFruit && this.itemTime == 0)
15692 {
15693 int useTime2 = sItem.useTime;
15694 this.usedAegisFruit = true;
15695 int whoAmI2 = this.whoAmI;
15698 if (useTime2 == 0)
15699 {
15700 }
15701 int type3 = sItem.type;
15702 int num3 = this.itemAnimation;
15703 if (!this.usedArcaneCrystal && this.itemTime == 0)
15704 {
15705 int useTime3 = sItem.useTime;
15707 int whoAmI3 = this.whoAmI;
15710 if (useTime3 == 0)
15711 {
15712 }
15713 int type4 = sItem.type;
15714 int num4 = this.itemAnimation;
15715 if (!this.usedGalaxyPearl && this.itemTime == 0)
15716 {
15717 int useTime4 = sItem.useTime;
15718 this.usedGalaxyPearl = true;
15719 int whoAmI4 = this.whoAmI;
15722 if (useTime4 == 0)
15723 {
15724 }
15725 int type5 = sItem.type;
15726 int num5 = this.itemAnimation;
15727 if (!this.usedGummyWorm && this.itemTime == 0)
15728 {
15729 int useTime5 = sItem.useTime;
15730 this.usedGummyWorm = true;
15731 int whoAmI5 = this.whoAmI;
15734 if (useTime5 == 0)
15735 {
15736 }
15737 int type6 = sItem.type;
15738 int num6 = this.itemAnimation;
15739 if (!this.usedAmbrosia && this.itemTime == 0)
15740 {
15741 int useTime6 = sItem.useTime;
15742 this.usedAmbrosia = true;
15745 int whoAmI6 = this.whoAmI;
15746 if (useTime6 == 0)
15747 {
15748 }
15749 }
15750 }
15751 }
15752 }
15753 }
15754 }
15755 }
class f__AnonymousType0<< Count > j__TPar
bool usedArcaneCrystal
Definition Player.cs:20357
bool usedAegisFruit
Definition Player.cs:20354
bool usedGalaxyPearl
Definition Player.cs:20360
bool usedAegisCrystal
Definition Player.cs:20351

References Terraria.Player.itemAnimation, Terraria.Player.itemTime, j__TPar, Terraria.Player.usedAegisCrystal, Terraria.Player.usedAegisFruit, Terraria.Player.usedAmbrosia, Terraria.Player.usedArcaneCrystal, Terraria.Player.usedGalaxyPearl, Terraria.Player.usedGummyWorm, Terraria.Item.useTime, and Terraria.Entity.whoAmI.