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()

void Terraria.NPC.AddBuff ( int type,
int time,
bool quiet = false )
inline

Definition at line 7179 of file NPC.cs.

7180 {
7181 bool[] array = this.buffImmune;
7182 if (array != null)
7183 {
7184 return;
7185 }
7186 if (array == null)
7187 {
7188 }
7189 bool netClientOnly = Main.NetClientOnly;
7190 int whoAmI = this.whoAmI;
7191 if (array == null)
7192 {
7193 }
7194 }
class f__AnonymousType0<< Count > j__TPar
bool[] buffImmune
Definition NPC.cs:11219

References System.array, Terraria.NPC.buffImmune, j__TPar, Terraria.Main.NetClientOnly, and Terraria.Entity.whoAmI.