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

#include <ObjectReader.hpp>

Inheritance diagram for ResourceObjectStruct:
Inheritance graph
Collaboration diagram for ResourceObjectStruct:
Collaboration graph

Public Attributes

YieldableItems yieldableItems
 
std::vector< ItemTransformitemTransformList
 
int depleteChance
 
int relatedSkillId
 
int xpRequirement
 
std::string characterInteractAnimation
 
- Public Attributes inherited from GeneralObjectStruct
int id
 
std::string name
 
std::string description
 
std::vector< std::vector< std::string > > tileMap
 
std::string textureFilename
 
std::string objFilename
 

Member Data Documentation

◆ characterInteractAnimation

std::string ResourceObjectStruct::characterInteractAnimation

◆ depleteChance

int ResourceObjectStruct::depleteChance

◆ itemTransformList

std::vector<ItemTransform> ResourceObjectStruct::itemTransformList

◆ relatedSkillId

int ResourceObjectStruct::relatedSkillId

◆ xpRequirement

int ResourceObjectStruct::xpRequirement

◆ yieldableItems

YieldableItems ResourceObjectStruct::yieldableItems

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