|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Unit.h>
Public Member Functions | |
| void | AddGlobalCooldown (SpellInfo const *spellInfo, uint32 gcd) |
| void | CancelGlobalCooldown (SpellInfo const *spellInfo) |
| GlobalCooldownMgr () | |
| bool | HasGlobalCooldown (SpellInfo const *spellInfo) const |
Private Attributes | |
| GlobalCooldownList | m_GlobalCooldowns |
Definition at line 254 of file Unit.cpp.
References getMSTime(), m_GlobalCooldowns, and SpellInfo::StartRecoveryCategory.
Referenced by Player::EquipItem().
| void GlobalCooldownMgr::CancelGlobalCooldown | ( | SpellInfo const * | spellInfo | ) |
Definition at line 259 of file Unit.cpp.
References m_GlobalCooldowns, and SpellInfo::StartRecoveryCategory.
| bool GlobalCooldownMgr::HasGlobalCooldown | ( | SpellInfo const * | spellInfo | ) | const |
Definition at line 248 of file Unit.cpp.
References getMSTime(), getMSTimeDiff(), m_GlobalCooldowns, and SpellInfo::StartRecoveryCategory.
|
private |
Definition at line 1140 of file Unit.h.
Referenced by AddGlobalCooldown(), CancelGlobalCooldown(), and HasGlobalCooldown().