Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
PlayerInfo Struct Reference

#include <Player.h>

Collaboration diagram for PlayerInfo:

Public Member Functions

 PlayerInfo ()

Public Attributes

PlayerCreateInfoActions action
uint32 areaId
uint16 displayId_f
uint16 displayId_m
PlayerCreateInfoItems item
PlayerLevelInfolevelInfo
uint32 mapId
float orientation
float positionX
float positionY
float positionZ
PlayerCreateInfoSpells spell
PlayerCreateInfoSpells spell_cast

Detailed Description

Definition at line 419 of file Player.h.

Constructor & Destructor Documentation

◆ PlayerInfo()

PlayerInfo::PlayerInfo ( )
inline

Definition at line 422 of file Player.h.

References areaId, displayId_f, displayId_m, levelInfo, mapId, orientation, positionX, positionY, and positionZ.

Member Data Documentation

◆ action

PlayerCreateInfoActions PlayerInfo::action

Definition at line 436 of file Player.h.

Referenced by Player::Create().

◆ areaId

uint32 PlayerInfo::areaId

Definition at line 426 of file Player.h.

Referenced by Player::_LoadHomeBind(), ObjectMgr::LoadPlayerInfo(), and PlayerInfo().

◆ displayId_f

uint16 PlayerInfo::displayId_f

Definition at line 432 of file Player.h.

Referenced by Player::InitDisplayIds(), ObjectMgr::LoadPlayerInfo(), and PlayerInfo().

◆ displayId_m

uint16 PlayerInfo::displayId_m

Definition at line 431 of file Player.h.

Referenced by Player::InitDisplayIds(), ObjectMgr::LoadPlayerInfo(), and PlayerInfo().

◆ item

PlayerCreateInfoItems PlayerInfo::item

Definition at line 433 of file Player.h.

Referenced by Player::Create().

◆ levelInfo

PlayerLevelInfo* PlayerInfo::levelInfo

◆ mapId

◆ orientation

float PlayerInfo::orientation

Definition at line 430 of file Player.h.

Referenced by Player::Create(), ObjectMgr::LoadPlayerInfo(), and PlayerInfo().

◆ positionX

◆ positionY

◆ positionZ

◆ spell

PlayerCreateInfoSpells PlayerInfo::spell

Definition at line 434 of file Player.h.

Referenced by Player::learnDefaultSpells().

◆ spell_cast

PlayerCreateInfoSpells PlayerInfo::spell_cast

Definition at line 435 of file Player.h.

Referenced by WorldSession::HandlePlayerLogin().


The documentation for this struct was generated from the following file:
  • src/server/game/Entities/Player/Player.h