AzerothCore 3.3.5a
OpenSource WoW Emulator
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
311 {
312 stats.fill(0);
313 }
std::array< uint32, MAX_STATS > stats
Definition Player.h:315

References stats.

Member Data Documentation

◆ stats


The documentation for this struct was generated from the following file: