TrinityCore
SpellProcEntry Struct Reference

#include <SpellMgr.h>

Public Attributes

uint32 SchoolMask = 0
 
uint32 SpellFamilyName = 0
 
flag128 SpellFamilyMask
 
ProcFlagsInit ProcFlags
 
ProcFlagsSpellType SpellTypeMask = PROC_SPELL_TYPE_NONE
 
ProcFlagsSpellPhase SpellPhaseMask = PROC_SPELL_PHASE_NONE
 
ProcFlagsHit HitMask = PROC_HIT_NONE
 
ProcAttributes AttributesMask = PROC_ATTR_NONE
 
uint32 DisableEffectsMask = 0
 
float ProcsPerMinute = 0.0f
 
float Chance = 0.0f
 
Milliseconds Cooldown = 0ms
 
uint32 Charges = 0
 

Detailed Description

Definition at line 316 of file SpellMgr.h.

Member Data Documentation

◆ AttributesMask

ProcAttributes SpellProcEntry::AttributesMask = PROC_ATTR_NONE

Definition at line 325 of file SpellMgr.h.

◆ Chance

float SpellProcEntry::Chance = 0.0f

Definition at line 328 of file SpellMgr.h.

◆ Charges

uint32 SpellProcEntry::Charges = 0

Definition at line 330 of file SpellMgr.h.

◆ Cooldown

Milliseconds SpellProcEntry::Cooldown = 0ms

Definition at line 329 of file SpellMgr.h.

◆ DisableEffectsMask

uint32 SpellProcEntry::DisableEffectsMask = 0

Definition at line 326 of file SpellMgr.h.

◆ HitMask

ProcFlagsHit SpellProcEntry::HitMask = PROC_HIT_NONE

Definition at line 324 of file SpellMgr.h.

◆ ProcFlags

ProcFlagsInit SpellProcEntry::ProcFlags

Definition at line 321 of file SpellMgr.h.

◆ ProcsPerMinute

float SpellProcEntry::ProcsPerMinute = 0.0f

Definition at line 327 of file SpellMgr.h.

◆ SchoolMask

uint32 SpellProcEntry::SchoolMask = 0

Definition at line 318 of file SpellMgr.h.

◆ SpellFamilyMask

flag128 SpellProcEntry::SpellFamilyMask

Definition at line 320 of file SpellMgr.h.

◆ SpellFamilyName

uint32 SpellProcEntry::SpellFamilyName = 0

Definition at line 319 of file SpellMgr.h.

◆ SpellPhaseMask

ProcFlagsSpellPhase SpellProcEntry::SpellPhaseMask = PROC_SPELL_PHASE_NONE

Definition at line 323 of file SpellMgr.h.

◆ SpellTypeMask

ProcFlagsSpellType SpellProcEntry::SpellTypeMask = PROC_SPELL_TYPE_NONE

Definition at line 322 of file SpellMgr.h.


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