Mana
|
A structure to hold information about a character. More...
#include <charhandler.h>
Public Member Functions | |
~Character () | |
Public Attributes | |
int | slot = 0 |
The index in the list of characters. | |
LocalPlayer * | dummy = nullptr |
A dummy representing this character. | |
PlayerInfoBackend | data |
A structure to hold information about a character.
Definition at line 37 of file charhandler.h.
|
inline |
Definition at line 39 of file charhandler.h.
PlayerInfoBackend Net::Character::data |
Definition at line 46 of file charhandler.h.
LocalPlayer* Net::Character::dummy = nullptr |
A dummy representing this character.
Definition at line 45 of file charhandler.h.
int Net::Character::slot = 0 |
The index in the list of characters.
Definition at line 44 of file charhandler.h.