EvEmu
0.8.4
11 September 2021
|
#include "EVE_Planet.h"
Public Attributes | |
uint8 | status |
uint32 | launchID |
uint32 | itemID |
uint32 | solarSystemID |
uint32 | planetID |
int64 | launchTime |
double | x |
double | y |
double | z |
Definition at line 84 of file EVE_Planet.h.
uint32 Launch::Data::itemID |
Definition at line 87 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
uint32 Launch::Data::launchID |
Definition at line 86 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
int64 Launch::Data::launchTime |
Definition at line 90 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
uint32 Launch::Data::planetID |
Definition at line 89 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
uint32 Launch::Data::solarSystemID |
Definition at line 88 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
uint8 Launch::Data::status |
Definition at line 85 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
double Launch::Data::x |
Definition at line 91 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
double Launch::Data::y |
Definition at line 92 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().
double Launch::Data::z |
Definition at line 93 of file EVE_Planet.h.
Referenced by PlanetDB::GetLaunchDetails().