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

◆ RemoveBuff() [1/2]

void GUIBuffs.RemoveBuff ( )
inlineprivate

Definition at line 66 of file GUIBuffs.cs.

67 {
69 int num = this.numActiveBuffs;
70 int[] array = this.activeBuffs;
71 }
class f__AnonymousType0<< Count > j__TPar
int[] activeBuffs
Definition GUIBuffs.cs:229
GUIControllerBuff buffController
Definition GUIBuffs.cs:238
int numActiveBuffs
Definition GUIBuffs.cs:226

References activeBuffs, System.array, buffController, j__TPar, and numActiveBuffs.