EvEmu
0.8.4
11 September 2021
|
#include "EVE_Dungeon.h"
Public Attributes | |
uint8 | typeCatID |
int16 | typeID |
int16 | typeGrpID |
int16 | x |
int16 | y |
int16 | z |
uint16 | radius |
std::string | typeName |
Definition at line 185 of file EVE_Dungeon.h.
uint16 Dungeon::GroupData::radius |
Definition at line 192 of file EVE_Dungeon.h.
Referenced by DungeonDataMgr::Populate().
uint8 Dungeon::GroupData::typeCatID |
Definition at line 186 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
int16 Dungeon::GroupData::typeGrpID |
Definition at line 188 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
int16 Dungeon::GroupData::typeID |
Definition at line 187 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
std::string Dungeon::GroupData::typeName |
Definition at line 193 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
int16 Dungeon::GroupData::x |
Definition at line 189 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
int16 Dungeon::GroupData::y |
Definition at line 190 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().
int16 Dungeon::GroupData::z |
Definition at line 191 of file EVE_Dungeon.h.
Referenced by DungeonMgr::AddDecoToVector(), DungeonMgr::Create(), and DungeonDataMgr::Populate().