Mana
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Net::Character Struct Reference

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.
 
LocalPlayerdummy = nullptr
 A dummy representing this character.
 
PlayerInfoBackend data
 

Detailed Description

A structure to hold information about a character.

Definition at line 37 of file charhandler.h.

Constructor & Destructor Documentation

◆ ~Character()

Net::Character::~Character ( )
inline

Definition at line 39 of file charhandler.h.

Member Data Documentation

◆ data

PlayerInfoBackend Net::Character::data

Definition at line 46 of file charhandler.h.

◆ dummy

LocalPlayer* Net::Character::dummy = nullptr

A dummy representing this character.

Definition at line 45 of file charhandler.h.

◆ slot

int Net::Character::slot = 0

The index in the list of characters.

Definition at line 44 of file charhandler.h.


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