Terraria.ModLoader.BuffLoader.CanBeCleared C# (CSharp) Method

CanBeCleared() public static method

public static CanBeCleared ( int buff ) : bool
buff int
return bool
        public static bool CanBeCleared(int buff)
        {
            return GetBuff(buff)?.canBeCleared ?? vanillaCanBeCleared[buff];
        }