![]() |
TrinityCore
|
Inheritance diagram for spell_item_defibrillate:Classes | |
| class | spell_item_defibrillate_SpellScript |
Public Member Functions | |
| spell_item_defibrillate (char const *name, uint8 chance, uint32 failSpell=0) | |
| SpellScript * | GetSpellScript () const override |
Public Member Functions inherited from SpellScriptLoader | |
| virtual AuraScript * | GetAuraScript () 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 | |
| uint8 | _chance |
| uint32 | _failSpell |
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 777 of file spell_item.cpp.
|
inline |
Definition at line 780 of file spell_item.cpp.
|
inlineoverridevirtual |
Reimplemented from SpellScriptLoader.
Definition at line 812 of file spell_item.cpp.
|
private |
Definition at line 818 of file spell_item.cpp.
|
private |
Definition at line 819 of file spell_item.cpp.