|
EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"

Public Attributes | |
| uint8 | idx |
| uint32 | itemID |
| double | radius |
| double | x |
| double | y |
| double | z |
| GPoint | position |
Definition at line 433 of file POD_containers.h.
| uint8 DBGPointEntity::idx |
Definition at line 434 of file POD_containers.h.
Referenced by SystemDB::GetBelts(), SystemDB::GetGates(), SystemDB::GetMoons(), and SystemDB::GetPlanets().
| uint32 DBGPointEntity::itemID |
Definition at line 435 of file POD_containers.h.
Referenced by SystemDB::GetBelts(), SystemDB::GetGates(), SystemDB::GetMoons(), and SystemDB::GetPlanets().
| GPoint DBGPointEntity::position |
Definition at line 440 of file POD_containers.h.
Referenced by SystemDB::GetBelts(), SystemDB::GetGates(), SystemDB::GetMoons(), and SystemDB::GetPlanets().
| double DBGPointEntity::radius |
Definition at line 436 of file POD_containers.h.
Referenced by SystemDB::GetBelts(), SystemDB::GetGates(), SystemDB::GetMoons(), and SystemDB::GetPlanets().
| double DBGPointEntity::x |
Definition at line 437 of file POD_containers.h.
| double DBGPointEntity::y |
Definition at line 438 of file POD_containers.h.
| double DBGPointEntity::z |
Definition at line 439 of file POD_containers.h.