|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <World.h>
Public Attributes | |
| uint8 | m_class |
| uint8 | m_gender |
| uint8 | m_level |
| std::string | m_name |
| uint8 | m_race |
| uint32 | m_realm |
| uint8 CharacterNameData::m_class |
Definition at line 549 of file World.h.
Referenced by World::AddCharacterNameData(), WorldSession::HandleCharFactionOrRaceChange(), and WorldSession::SendNameQueryOpcode().
| uint8 CharacterNameData::m_gender |
Definition at line 551 of file World.h.
Referenced by World::AddCharacterNameData(), and WorldSession::SendNameQueryOpcode().
| uint8 CharacterNameData::m_level |
Definition at line 552 of file World.h.
Referenced by World::AddCharacterNameData(), WorldSession::HandleCharFactionOrRaceChange(), and WorldSession::SendNameQueryOpcode().
| std::string CharacterNameData::m_name |
Definition at line 548 of file World.h.
Referenced by World::AddCharacterNameData(), and WorldSession::SendNameQueryOpcode().
| uint8 CharacterNameData::m_race |
Definition at line 550 of file World.h.
Referenced by World::AddCharacterNameData(), WorldSession::HandleCharFactionOrRaceChange(), and WorldSession::SendNameQueryOpcode().
| uint32 CharacterNameData::m_realm |
Definition at line 547 of file World.h.
Referenced by World::AddCharacterNameData(), WorldSession::HandleGroupInviteOpcode(), and WorldSession::SendNameQueryOpcode().