TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
spell_gen_running_wild Class Reference

Classes

class  spell_gen_running_wild_AuraScript
 
class  spell_gen_running_wild_SpellScript
 

Public Member Functions

 spell_gen_running_wild ()
 
AuraScriptGetAuraScript () const override
 
SpellScriptGetSpellScript () const override
 
- Public Member Functions inherited from ScriptObject
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 ()
 

Constructor & Destructor Documentation

spell_gen_running_wild::spell_gen_running_wild ( )
inline
2852 : SpellScriptLoader("spell_gen_running_wild") { }
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_gen_running_wild::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

2910  {
2911  return new spell_gen_running_wild_AuraScript();
2912  }
SpellScript* spell_gen_running_wild::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

2915  {
2916  return new spell_gen_running_wild_SpellScript();
2917  }

The documentation for this class was generated from the following file: