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

#include <ItemReader.hpp>

Inheritance diagram for GeneralItemStruct:
Inheritance graph
Collaboration diagram for GeneralItemStruct:
Collaboration graph

Public Attributes

int id
 
std::string name
 
std::string description
 
bool isStackable
 
std::string textureFilename
 
std::string objFilename
 
std::string iconFilename
 

Member Data Documentation

◆ description

std::string GeneralItemStruct::description

◆ iconFilename

std::string GeneralItemStruct::iconFilename

◆ id

int GeneralItemStruct::id

◆ isStackable

bool GeneralItemStruct::isStackable

◆ name

std::string GeneralItemStruct::name

◆ objFilename

std::string GeneralItemStruct::objFilename

◆ textureFilename

std::string GeneralItemStruct::textureFilename

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