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

#include "Player.h"

Public Member Functions

 PlayerLevelInfo ()
 

Public Attributes

std::array< uint32, MAX_STATSstats = { }
 

Detailed Description

Constructor & Destructor Documentation

◆ PlayerLevelInfo()

PlayerLevelInfo::PlayerLevelInfo ( )
inline
306 {
307 stats.fill(0);
308 }
std::array< uint32, MAX_STATS > stats
Definition: Player.h:310

References stats.

Member Data Documentation

◆ stats