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

#include <ScriptMgr.h>

+ Inheritance diagram for ScriptObject:

Public Member Functions

std::string const & GetName () const
 

Protected Member Functions

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

Private Attributes

std::string const _name
 

Friends

class ScriptMgr
 

Detailed Description

Definition at line 169 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ ScriptObject()

ScriptObject::ScriptObject ( char const *  name)
protected

Definition at line 1005 of file ScriptMgr.cpp.

◆ ~ScriptObject()

ScriptObject::~ScriptObject ( )
protectedvirtual

Definition at line 1010 of file ScriptMgr.cpp.

Member Function Documentation

◆ GetName()

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

Definition at line 1015 of file ScriptMgr.cpp.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ ScriptMgr

friend class ScriptMgr
friend

Definition at line 171 of file ScriptMgr.h.

Member Data Documentation

◆ _name

std::string const ScriptObject::_name
private

Definition at line 184 of file ScriptMgr.h.


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