TrinityCore
Loading...
Searching...
No Matches
DynamicObjectScript Class Reference

#include <ScriptMgr.h>

+ Inheritance diagram for DynamicObjectScript:

Public Member Functions

 ~DynamicObjectScript ()
 
virtual void OnUpdate (DynamicObject *obj, uint32 diff)
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Protected Member Functions

 DynamicObjectScript (char const *name) noexcept
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name) noexcept
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 625 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ DynamicObjectScript()

DynamicObjectScript::DynamicObjectScript ( char const *  name)
explicitprotectednoexcept

Definition at line 2829 of file ScriptMgr.cpp.

+ Here is the call graph for this function:

◆ ~DynamicObjectScript()

DynamicObjectScript::~DynamicObjectScript ( )
default

Member Function Documentation

◆ OnUpdate()

void DynamicObjectScript::OnUpdate ( DynamicObject obj,
uint32  diff 
)
virtual

Definition at line 2837 of file ScriptMgr.cpp.


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