TrinityCore
GameObjectScript Class Referenceabstract

#include <ScriptMgr.h>

+ Inheritance diagram for GameObjectScript:

Public Member Functions

 ~GameObjectScript ()
 
virtual GameObjectAIGetAI (GameObject *go) const =0
 
- 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

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

Detailed Description

Definition at line 443 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ GameObjectScript()

GameObjectScript::GameObjectScript ( char const *  name)
explicitprotected

Definition at line 2654 of file ScriptMgr.cpp.

+ Here is the call graph for this function:

◆ ~GameObjectScript()

GameObjectScript::~GameObjectScript ( )
default

Member Function Documentation

◆ GetAI()


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