|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Classes | |
| class | spell_item_defibrillate_SpellScript |
Public Member Functions | |
| SpellScript * | GetSpellScript () const OVERRIDE |
| spell_item_defibrillate (char const *name, uint8 chance, uint32 failSpell=0) | |
| Public Member Functions inherited from SpellScriptLoader | |
| virtual AuraScript * | GetAuraScript () const |
| bool | IsDatabaseBound () const FINAL |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
Private Attributes | |
| uint8 | _chance |
| uint32 | _failSpell |
Additional Inherited Members | |
| Protected Member Functions inherited from SpellScriptLoader | |
| SpellScriptLoader (const char *name) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
Definition at line 199 of file spell_item.cpp.
|
inline |
Definition at line 202 of file spell_item.cpp.
References _chance, _failSpell, and SpellScriptLoader::SpellScriptLoader().
|
inlinevirtual |
Reimplemented from SpellScriptLoader.
Definition at line 238 of file spell_item.cpp.
References _chance, _failSpell, and OVERRIDE.
|
private |
Definition at line 244 of file spell_item.cpp.
Referenced by GetSpellScript(), and spell_item_defibrillate().
|
private |
Definition at line 245 of file spell_item.cpp.
Referenced by GetSpellScript(), and spell_item_defibrillate().