AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
PlayerInfo Struct Reference

#include "Player.h"

Public Member Functions

 PlayerInfo ()=default
 

Public Attributes

uint32 mapId {0}
 
uint32 areaId {0}
 
float positionX {0.0f}
 
float positionY {0.0f}
 
float positionZ {0.0f}
 
float orientation {0.0f}
 
uint16 displayId_m {0}
 
uint16 displayId_f {0}
 
PlayerCreateInfoItems item
 
PlayerCreateInfoSpells customSpells
 
PlayerCreateInfoSpells castSpells
 
PlayerCreateInfoActions action
 
PlayerCreateInfoSkills skills
 
PlayerLevelInfolevelInfo {nullptr}
 

Detailed Description

Constructor & Destructor Documentation

◆ PlayerInfo()

PlayerInfo::PlayerInfo ( )
default

Member Data Documentation

◆ action

PlayerCreateInfoActions PlayerInfo::action

Referenced by Player::Create().

◆ areaId

uint32 PlayerInfo::areaId {0}

◆ castSpells

PlayerCreateInfoSpells PlayerInfo::castSpells

◆ customSpells

PlayerCreateInfoSpells PlayerInfo::customSpells

◆ displayId_f

uint16 PlayerInfo::displayId_f {0}

◆ displayId_m

uint16 PlayerInfo::displayId_m {0}

◆ item

◆ levelInfo

◆ mapId

◆ orientation

float PlayerInfo::orientation {0.0f}

◆ positionX

◆ positionY

◆ positionZ

◆ skills

PlayerCreateInfoSkills PlayerInfo::skills