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

void Terraria.Player.ItemCheck_UsePeddlersSatchel ( Item sItem)
inlineprivate

Definition at line 15644 of file Player.cs.

15645 {
15646 if (!true)
15647 {
15648 }
15649 if (!true)
15650 {
15651 int type = sItem.type;
15652 int num = this.itemAnimation;
15653 if (this.itemTime == 0)
15654 {
15655 int useTime = sItem.useTime;
15656 this.itemTime = useTime;
15657 this.itemTimeMax = useTime;
15658 if (useTime == 0)
15659 {
15660 }
15661 if (useTime == 0)
15662 {
15663 string textValue = Language.GetTextValue("Misc.PeddlersSatchelUsed");
15664 if (!true)
15665 {
15666 }
15667 return;
15668 }
15669 int whoAmI = this.whoAmI;
15670 }
15671 }
15672 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.Localization.Language.GetTextValue(), Terraria.Player.itemAnimation, Terraria.Player.itemTime, j__TPar, and Terraria.Entity.whoAmI.