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

Classes

class  spell_random_ingredient_SpellScript
 

Public Member Functions

 spell_random_ingredient ()
 
SpellScriptGetSpellScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
virtual AuraScriptGetAuraScript () const
 
- 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_random_ingredient::spell_random_ingredient ( )
inline
666 : spell_random_ingredient() : SpellScriptLoader("spell_random_ingredient") { }
Definition: ScriptMgr.h:188
spell_random_ingredient()
Definition: zone_zuldrak.cpp:666

Member Function Documentation

SpellScript* spell_random_ingredient::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

719  {
720  return new spell_random_ingredient_SpellScript();
721  }

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