TrinityCore
Loading...
Searching...
No Matches
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 278 of file SpellMgr.h.

Member Data Documentation

◆ AttributesMask

ProcAttributes SpellProcEntry::AttributesMask = PROC_ATTR_NONE

Definition at line 287 of file SpellMgr.h.

◆ Chance

float SpellProcEntry::Chance = 0.0f

Definition at line 290 of file SpellMgr.h.

◆ Charges

uint32 SpellProcEntry::Charges = 0

Definition at line 292 of file SpellMgr.h.

◆ Cooldown

Milliseconds SpellProcEntry::Cooldown = 0ms

Definition at line 291 of file SpellMgr.h.

◆ DisableEffectsMask

uint32 SpellProcEntry::DisableEffectsMask = 0

Definition at line 288 of file SpellMgr.h.

◆ HitMask

ProcFlagsHit SpellProcEntry::HitMask = PROC_HIT_NONE

Definition at line 286 of file SpellMgr.h.

◆ ProcFlags

ProcFlagsInit SpellProcEntry::ProcFlags

Definition at line 283 of file SpellMgr.h.

◆ ProcsPerMinute

float SpellProcEntry::ProcsPerMinute = 0.0f

Definition at line 289 of file SpellMgr.h.

◆ SchoolMask

uint32 SpellProcEntry::SchoolMask = 0

Definition at line 280 of file SpellMgr.h.

◆ SpellFamilyMask

flag128 SpellProcEntry::SpellFamilyMask

Definition at line 282 of file SpellMgr.h.

◆ SpellFamilyName

uint32 SpellProcEntry::SpellFamilyName = 0

Definition at line 281 of file SpellMgr.h.

◆ SpellPhaseMask

ProcFlagsSpellPhase SpellProcEntry::SpellPhaseMask = PROC_SPELL_PHASE_NONE

Definition at line 285 of file SpellMgr.h.

◆ SpellTypeMask

ProcFlagsSpellType SpellProcEntry::SpellTypeMask = PROC_SPELL_TYPE_NONE

Definition at line 284 of file SpellMgr.h.


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