Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ScriptObject Class Reference

#include <ScriptMgr.h>

Inheritance diagram for ScriptObject:

Public Member Functions

const std::string & GetName () const
virtual bool IsDatabaseBound () const

Protected Member Functions

 ScriptObject (const char *name)
virtual ~ScriptObject ()

Private Attributes

const std::string _name

Friends

class ScriptMgr

Detailed Description

Definition at line 137 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ ScriptObject()

◆ ~ScriptObject()

virtual ScriptObject::~ScriptObject ( )
inlineprotectedvirtual

Definition at line 152 of file ScriptMgr.h.

Member Function Documentation

◆ GetName()

const std::string & ScriptObject::GetName ( ) const
inline

Definition at line 146 of file ScriptMgr.h.

References _name.

Referenced by ScriptMgr::CreateAuraScripts(), and ScriptMgr::CreateSpellScripts().

◆ IsDatabaseBound()

◆ ScriptMgr

friend class ScriptMgr
friend

Definition at line 139 of file ScriptMgr.h.

References ScriptMgr.

Referenced by ScriptMgr.

Member Data Documentation

◆ _name

const std::string ScriptObject::_name
private

Definition at line 155 of file ScriptMgr.h.

Referenced by GetName(), and ScriptObject().


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