![]() |
TrinityCore
|
Inheritance diagram for spell_mage_hot_streak_ignite_marker:Static Public Member Functions | |
| static bool | IsActive (Spell const *spell) |
Static Public Member Functions inherited from SpellScriptBase | |
| static bool | ValidateSpellInfo (std::initializer_list< uint32 > spellIds) |
| template<class T > | |
| static bool | ValidateSpellInfo (T const &spellIds) |
| static bool | ValidateSpellEffect (std::initializer_list< std::pair< uint32, SpellEffIndex > > effects) |
| template<class T > | |
| static bool | ValidateSpellEffect (T const &spellEffects) |
Private Member Functions | |
| bool | Validate (SpellInfo const *) override |
| int32 | CalcCastTime (int32 castTime) override |
| void | Register () override |
Private Attributes | |
| bool | _affectedByHotStreak = false |
Definition at line 1101 of file spell_mage.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from SpellScript.
Definition at line 1108 of file spell_mage.cpp.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 1121 of file spell_mage.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverrideprivatevirtual |
Implements SpellScriptBase.
Definition at line 1114 of file spell_mage.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from SpellScriptBase.
Definition at line 1103 of file spell_mage.cpp.
Here is the call graph for this function:
|
private |
Definition at line 1118 of file spell_mage.cpp.