EvEmu
0.8.4
11 September 2021
|
#include "EVE_Dungeon.h"
Public Attributes | |
uint8 | dunTypeID |
uint8 | dunSpawnClass |
uint16 | dunEntryID |
int32 | dunRoomID |
std::string | dunName |
Definition at line 162 of file EVE_Dungeon.h.
uint16 Dungeon::Template::dunEntryID |
Definition at line 165 of file EVE_Dungeon.h.
Referenced by DungeonDataMgr::Populate().
std::string Dungeon::Template::dunName |
Definition at line 167 of file EVE_Dungeon.h.
Referenced by DungeonMgr::Create(), and DungeonDataMgr::Populate().
int32 Dungeon::Template::dunRoomID |
Definition at line 166 of file EVE_Dungeon.h.
Referenced by DungeonMgr::Create(), and DungeonDataMgr::Populate().
uint8 Dungeon::Template::dunSpawnClass |
Definition at line 164 of file EVE_Dungeon.h.
Referenced by DungeonMgr::Create(), and DungeonDataMgr::Populate().
uint8 Dungeon::Template::dunTypeID |
Definition at line 163 of file EVE_Dungeon.h.