AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
spell_rotface_unstable_ooze_explosion_suicide Class Reference
Inheritance diagram for spell_rotface_unstable_ooze_explosion_suicide:
SpellScriptLoader ScriptObject

Classes

class  spell_rotface_unstable_ooze_explosion_suicide_AuraScript
 

Public Member Functions

 spell_rotface_unstable_ooze_explosion_suicide ()
 
AuraScriptGetAuraScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
bool IsDatabaseBound () const override
 
virtual SpellScriptGetSpellScript () const
 
virtual AuraScriptGetAuraScript () const
 
- Public Member Functions inherited from ScriptObject
virtual bool IsDatabaseBound () const
 
virtual bool isAfterLoadScript () const
 
virtual void checkValidity ()
 
const std::string & GetName () const
 

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 ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ spell_rotface_unstable_ooze_explosion_suicide()

spell_rotface_unstable_ooze_explosion_suicide::spell_rotface_unstable_ooze_explosion_suicide ( )
inline
845: SpellScriptLoader("spell_rotface_unstable_ooze_explosion_suicide") { }
Definition: SpellScriptLoader.h:26

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_rotface_unstable_ooze_explosion_suicide::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

871 {
872 return new spell_rotface_unstable_ooze_explosion_suicide_AuraScript();
873 }