|
TModLoader v1.4.4.9
TModLoader source code documentation
|
| bool [] Terraria.Player.buffImmune = new bool[BuffID.Count] |
Indexed by T:Terraria.ID.BuffID. If true for a given T:Terraria.ID.BuffID, then this player cannot be inflicted with that buff.
Additionally, if the player is inflicted with that buff and becomes immune to it, the buff will be cleared.
Defaults to false.
Definition at line 1699 of file Player.cs.
Referenced by Terraria.Player.Player(), Terraria.Player.AddBuff(), Terraria.Player.ApplyEquipFunctional(), Terraria.Player.FindBuffIndex(), Terraria.Player.Update(), Terraria.Player.UpdateArmorSets(), and Terraria.Player.UpdateBuffs().