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

◆ ClearBuff()

void Terraria.Player.ClearBuff ( int type)
inline

Definition at line 2490 of file Player.cs.

2491 {
2492 int num = 1;
2493 long num2 = 0L;
2494 if (num == 0)
2495 {
2496 }
2497 int[] array = this.buffType;
2498 this.DelBuff((int)num2);
2499 }
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, and System.L.

Referenced by Terraria.Mount.SetMount(), Terraria.Player.ShimmerUnstuck(), Terraria.Player.Teleport(), Terraria.Player.ToggleLight(), and Terraria.Player.TogglePet().