TrinityCore
Loading...
Searching...
No Matches
GenericGameObjectScript< AI > Class Template Reference

#include <ScriptMgr.h>

+ Inheritance diagram for GenericGameObjectScript< AI >:

Public Member Functions

 GenericGameObjectScript (char const *name)
 
GameObjectAIGetAI (GameObject *go) const override
 
- Public Member Functions inherited from ScriptObject
std::string const & GetName () const
 

Additional Inherited Members

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

Detailed Description

template<class AI>
class GenericGameObjectScript< AI >

Definition at line 1151 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ GenericGameObjectScript()

template<class AI >
GenericGameObjectScript< AI >::GenericGameObjectScript ( char const *  name)
inline

Definition at line 1154 of file ScriptMgr.h.

Member Function Documentation

◆ GetAI()

template<class AI >
GameObjectAI * GenericGameObjectScript< AI >::GetAI ( GameObject go) const
inlineoverridevirtual

Implements GameObjectScript.

Definition at line 1155 of file ScriptMgr.h.


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