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

◆ ApplyLifeAndOrMana()

void Terraria.Player.ApplyLifeAndOrMana ( Item item)
inlineprivate

Definition at line 16950 of file Player.cs.

16951 {
16952 int type = item.type;
16953 int healLife = item.healLife;
16954 int healMana = item.healMana;
16955 if (type == 0)
16956 {
16957 }
16958 int myPlayer = Main.myPlayer;
16959 if (this.whoAmI == 0)
16960 {
16961 }
16962 }

References System.item, Terraria.Main.myPlayer, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.QuickMana().