|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LFGPlayerData.h>
Public Member Functions | |
| LfgReturnLocation () | |
Public Attributes | |
| bool | IsSet |
| uint32 | MapId |
| float | O |
| float | X |
| float | Y |
| float | Z |
Definition at line 14 of file LFGPlayerData.h.
| lfg::LfgReturnLocation::LfgReturnLocation | ( | ) |
| bool lfg::LfgReturnLocation::IsSet |
Definition at line 18 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().
| uint32 lfg::LfgReturnLocation::MapId |
Definition at line 19 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LfgReturnLocation::O |
Definition at line 23 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LfgReturnLocation::X |
Definition at line 20 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LfgReturnLocation::Y |
Definition at line 21 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LfgReturnLocation::Z |
Definition at line 22 of file LFGPlayerData.h.
Referenced by LfgReturnLocation(), lfg::LfgPlayerData::SetReturnLocation(), and lfg::LFGMgr::TeleportPlayer().