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

Classes

class  spell_botanica_call_of_the_falcon_AuraScript
 

Public Member Functions

 spell_botanica_call_of_the_falcon ()
 
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_botanica_call_of_the_falcon()

spell_botanica_call_of_the_falcon::spell_botanica_call_of_the_falcon ( )
inline
48: SpellScriptLoader("spell_botanica_call_of_the_falcon") { }
Definition: SpellScriptLoader.h:26

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_botanica_call_of_the_falcon::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

93 {
94 return new spell_botanica_call_of_the_falcon_AuraScript();
95 }