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

◆ AddBuff_RemoveOldMeleeBuffsOfMatchingType()

void Terraria.Player.AddBuff_RemoveOldMeleeBuffsOfMatchingType ( int type)
inlineprivate

Definition at line 2349 of file Player.cs.

2350 {
2351 int num = 1;
2352 if (num == 0)
2353 {
2354 }
2355 if (num != 0)
2356 {
2357 long num2 = 0L;
2358 if (num == 0)
2359 {
2360 }
2361 int[] array = this.buffType;
2362 if (this.buffType != null)
2363 {
2364 this.DelBuff((int)num2);
2365 }
2366 return;
2367 }
2368 }
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.