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

#include <ScriptMgr.h>

Protected Member Functions

 DynamicObjectScript (const char *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (const char *name)
 
virtual ~ScriptObject ()
 
- Protected Member Functions inherited from UpdatableScript< DynamicObject >
 UpdatableScript ()
 
virtual ~UpdatableScript ()
 

Additional Inherited Members

- Public Member Functions inherited from ScriptObject
const std::string & GetName () const
 
- Public Member Functions inherited from UpdatableScript< DynamicObject >
virtual void OnUpdate (DynamicObject *, uint32)
 

Constructor & Destructor Documentation

DynamicObjectScript::DynamicObjectScript ( const char *  name)
protected
1647  : ScriptObject(name)
1648 {
1650 }
static void AddScript(TScript *const script, bool addToDeleteContainer=true)
Definition: ScriptMgr.cpp:111
ScriptObject(const char *name)
Definition: ScriptMgr.h:159

+ Here is the call graph for this function:


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