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

◆ NebulaLevelup()

void Terraria.Player.NebulaLevelup ( int type)
inline

Definition at line 20157 of file Player.cs.

20158 {
20159 int num = 1;
20160 int whoAmI = this.whoAmI;
20161 if (num == 0)
20162 {
20163 }
20164 int myPlayer = Main.myPlayer;
20165 long num2 = 0L;
20166 if (num == 0)
20167 {
20168 }
20169 int[] array = this.buffType;
20170 this.DelBuff((int)num2);
20171 }
class f__AnonymousType0<< Count > j__TPar
void DelBuff(int b)
Definition Player.cs:2479

References System.array, Terraria.Player.buffType, Terraria.Player.DelBuff(), j__TPar, System.L, Terraria.Main.myPlayer, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.PickupItem().