![]() |
TrinityCore
|
Inheritance diagram for spell_item_trinket_stack:Classes | |
| class | spell_item_trinket_stack_AuraScript |
Public Member Functions | |
| spell_item_trinket_stack (char const *scriptName, uint32 stackSpell, uint32 triggerSpell) | |
| AuraScript * | GetAuraScript () const override |
Public Member Functions inherited from SpellScriptLoader | |
| virtual SpellScript * | GetSpellScript () const |
Public Member Functions inherited from ScriptObject | |
| ScriptObject (ScriptObject const &right)=delete | |
| ScriptObject (ScriptObject &&right)=delete | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Private Attributes | |
| uint32 | _stackSpell |
| uint32 | _triggerSpell |
Additional Inherited Members | |
Protected Member Functions inherited from SpellScriptLoader | |
| SpellScriptLoader (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 3532 of file spell_item.cpp.
|
inline |
Definition at line 3535 of file spell_item.cpp.
|
inlineoverridevirtual |
Reimplemented from SpellScriptLoader.
Definition at line 3588 of file spell_item.cpp.
|
private |
Definition at line 3594 of file spell_item.cpp.
|
private |
Definition at line 3595 of file spell_item.cpp.