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

Describes the location of an object on the map. This is used to spawn object instances on the map. More...

#include <ObjectReader.hpp>

Collaboration diagram for ObjectLocation:
Collaboration graph

Public Attributes

unsigned id
 
std::string instanceId
 
int x
 
int y
 
int z
 
unsigned rotation
 

Detailed Description

Describes the location of an object on the map. This is used to spawn object instances on the map.

Member Data Documentation

◆ id

unsigned ObjectLocation::id

◆ instanceId

std::string ObjectLocation::instanceId

◆ rotation

unsigned ObjectLocation::rotation

◆ x

int ObjectLocation::x

◆ y

int ObjectLocation::y

◆ z

int ObjectLocation::z

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