ManaPlus
Public Member Functions | Data Fields
PlayerInfoBackend Struct Reference

#include <playerinfo.h>

Public Member Functions

 PlayerInfoBackend ()
 

Data Fields

AtrIntMap mAttributes
 
StatMap mStats
 
IntMap mSkills
 

Detailed Description

Backend for core player information.

Definition at line 62 of file playerinfo.h.

Constructor & Destructor Documentation

◆ PlayerInfoBackend()

PlayerInfoBackend::PlayerInfoBackend ( )
inline

Definition at line 64 of file playerinfo.h.

64  :
65  mAttributes(),
66  mStats(),
67  mSkills()
68  {
69  }
AtrIntMap mAttributes
Definition: playerinfo.h:73

Field Documentation

◆ mAttributes

AtrIntMap PlayerInfoBackend::mAttributes

◆ mSkills

IntMap PlayerInfoBackend::mSkills

◆ mStats

StatMap PlayerInfoBackend::mStats

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