|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <WorldSession.h>
Protected Member Functions | |
| CharacterCreateInfo (std::string const &name, uint8 race, uint8 cclass, uint8 gender, uint8 skin, uint8 face, uint8 hairStyle, uint8 hairColor, uint8 facialHair, uint8 outfitId, WorldPacket &data) | |
Protected Attributes | |
| uint8 | CharCount |
| Server side data. | |
| uint8 | Class |
| WorldPacket | Data |
| uint8 | Face |
| uint8 | FacialHair |
| uint8 | Gender |
| uint8 | HairColor |
| uint8 | HairStyle |
| std::string | Name |
| User specified variables. | |
| uint8 | OutfitId |
| uint8 | Race |
| uint8 | Skin |
Friends | |
| class | Player |
| class | WorldSession |
Definition at line 224 of file WorldSession.h.
|
friend |
|
friend |
|
protected |
Server side data.
Definition at line 249 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and WorldSession::HandleCharCreateCallback().
|
protected |
Definition at line 238 of file WorldSession.h.
Referenced by CharacterCreateInfo(), Player::Create(), and WorldSession::HandleCharCreateCallback().
|
protected |
Definition at line 246 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and WorldSession::HandleCharCreateCallback().
|
protected |
Definition at line 241 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().
|
protected |
Definition at line 244 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().
|
protected |
Definition at line 239 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().
|
protected |
Definition at line 243 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().
|
protected |
Definition at line 242 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().
|
protected |
User specified variables.
Definition at line 236 of file WorldSession.h.
Referenced by CharacterCreateInfo(), Player::Create(), and WorldSession::HandleCharCreateCallback().
|
protected |
Definition at line 245 of file WorldSession.h.
Referenced by CharacterCreateInfo().
|
protected |
Definition at line 237 of file WorldSession.h.
Referenced by CharacterCreateInfo(), Player::Create(), and WorldSession::HandleCharCreateCallback().
|
protected |
Definition at line 240 of file WorldSession.h.
Referenced by CharacterCreateInfo(), and Player::Create().