|
EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"
Public Attributes | |
| bool | enabled |
| uint8 | spawnClass |
| uint8 | spawnGroup |
| uint8 | total |
| uint8 | number |
| uint8 | level |
| uint8 | classID |
| uint16 | typeID |
| uint16 | groupID |
| uint16 | spawnID |
| uint16 | stamp |
| uint32 | itemID |
| uint32 | corpID |
| uint32 | factionID |
Definition at line 194 of file POD_containers.h.
| uint8 SpawnEntry::classID |
Definition at line 201 of file POD_containers.h.
| uint32 SpawnEntry::corpID |
Definition at line 207 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| bool SpawnEntry::enabled |
Definition at line 195 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint32 SpawnEntry::factionID |
Definition at line 208 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint16 SpawnEntry::groupID |
Definition at line 203 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn().
| uint32 SpawnEntry::itemID |
Definition at line 206 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn().
| uint8 SpawnEntry::level |
Definition at line 200 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn().
| uint8 SpawnEntry::number |
Definition at line 199 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint8 SpawnEntry::spawnClass |
Definition at line 196 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint8 SpawnEntry::spawnGroup |
Definition at line 197 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn().
| uint16 SpawnEntry::spawnID |
Definition at line 204 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint16 SpawnEntry::stamp |
Definition at line 205 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint8 SpawnEntry::total |
Definition at line 198 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().
| uint16 SpawnEntry::typeID |
Definition at line 202 of file POD_containers.h.
Referenced by SpawnMgr::MakeSpawn(), and SpawnMgr::ReSpawn().