|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
Describes the location of an object on the map. This is used to spawn object instances on the map. More...
#include <ObjectReader.hpp>

Public Attributes | |
| unsigned | id |
| std::string | instanceId |
| int | x |
| int | y |
| int | z |
| unsigned | rotation |
Describes the location of an object on the map. This is used to spawn object instances on the map.
| unsigned ObjectLocation::id |
| std::string ObjectLocation::instanceId |
| unsigned ObjectLocation::rotation |
| int ObjectLocation::x |
| int ObjectLocation::y |
| int ObjectLocation::z |