Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
PlayerData Struct Reference

Contains all the player data. This is used to load player assets into memory and spawn players on the map. More...

#include <CharacterReader.hpp>

Collaboration diagram for PlayerData:
Collaboration graph

Public Attributes

int id
 
std::string textureFilename
 
std::string glTFFilename
 
SpawnCoordinateBounds spawnCoordinateBounds
 
int baseDamage
 
int baseAccuracy
 

Detailed Description

Contains all the player data. This is used to load player assets into memory and spawn players on the map.

Member Data Documentation

◆ baseAccuracy

int PlayerData::baseAccuracy

◆ baseDamage

int PlayerData::baseDamage

◆ glTFFilename

std::string PlayerData::glTFFilename

◆ id

int PlayerData::id

◆ spawnCoordinateBounds

SpawnCoordinateBounds PlayerData::spawnCoordinateBounds

◆ textureFilename

std::string PlayerData::textureFilename

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