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

Classes

class  spell_onslaught_or_call_bone_gryphon_SpellScript
 

Public Member Functions

 spell_onslaught_or_call_bone_gryphon ()
 
SpellScriptGetSpellScript () 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_onslaught_or_call_bone_gryphon()

spell_onslaught_or_call_bone_gryphon::spell_onslaught_or_call_bone_gryphon ( )
inline
1442: SpellScriptLoader("spell_onslaught_or_call_bone_gryphon") { }
Definition: ScriptMgr.h:142

Member Function Documentation

◆ GetSpellScript()

SpellScript * spell_onslaught_or_call_bone_gryphon::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1464 {
1465 return new spell_onslaught_or_call_bone_gryphon_SpellScript();
1466 }