AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
CreatureImmunities Struct Reference

#include "SpellMgr.h"

Public Attributes

std::bitset< MAX_SPELL_SCHOOLSchool
 
std::bitset< DISPEL_MAXDispelType
 
std::bitset< MAX_MECHANICMechanic
 
std::vector< SpellEffectsEffect
 
std::vector< AuraTypeAura
 
bool ImmuneAoE = false
 
bool ImmuneChain = false
 

Detailed Description

Member Data Documentation

◆ Aura

std::vector<AuraType> CreatureImmunities::Aura

◆ DispelType

std::bitset<DISPEL_MAX> CreatureImmunities::DispelType

◆ Effect

std::vector<SpellEffects> CreatureImmunities::Effect

◆ ImmuneAoE

bool CreatureImmunities::ImmuneAoE = false

◆ ImmuneChain

bool CreatureImmunities::ImmuneChain = false

◆ Mechanic

std::bitset<MAX_MECHANIC> CreatureImmunities::Mechanic

◆ School

std::bitset<MAX_SPELL_SCHOOL> CreatureImmunities::School

The documentation for this struct was generated from the following file: