|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ObjectMgr.h>
Public Member Functions | |
| GameTele () | |
Public Attributes | |
| uint32 | mapId |
| std::string | name |
| float | orientation |
| float | position_x |
| float | position_y |
| float | position_z |
| std::wstring | wnameLow |
Definition at line 123 of file ObjectMgr.h.
|
inline |
Definition at line 125 of file ObjectMgr.h.
References mapId, orientation, position_x, position_y, and position_z.
| uint32 GameTele::mapId |
Definition at line 130 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), GameTele(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| std::string GameTele::name |
Definition at line 131 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), lookup_commandscript::HandleLookupTeleCommand(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleDelCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| float GameTele::orientation |
Definition at line 129 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), GameTele(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| float GameTele::position_x |
Definition at line 126 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), GameTele(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| float GameTele::position_y |
Definition at line 127 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), GameTele(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| float GameTele::position_z |
Definition at line 128 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), GameTele(), tele_commandscript::HandleTeleAddCommand(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), tele_commandscript::HandleTeleNameCommand(), and ObjectMgr::LoadGameTele().
| std::wstring GameTele::wnameLow |
Definition at line 132 of file ObjectMgr.h.
Referenced by ObjectMgr::AddGameTele(), ObjectMgr::GetGameTele(), lookup_commandscript::HandleLookupTeleCommand(), and ObjectMgr::LoadGameTele().