|
EvEmu
0.8.4
11 September 2021
|
#include "Celestial.h"
Public Member Functions | |
| CelestialObjectData (double _radius=0.0, double _security=0.0, uint8 _celestialIndex=0, uint8 _orbitIndex=0) | |
Public Attributes | |
| double | radius |
| double | security |
| uint8 | celestialIndex |
| uint8 | orbitIndex |
Data container for celestial object.
Definition at line 37 of file Celestial.h.
| CelestialObjectData::CelestialObjectData | ( | double | _radius = 0.0, |
| double | _security = 0.0, |
||
| uint8 | _celestialIndex = 0, |
||
| uint8 | _orbitIndex = 0 |
||
| ) |
Definition at line 36 of file Celestial.cpp.
| uint8 CelestialObjectData::celestialIndex |
Definition at line 50 of file Celestial.h.
Referenced by InventoryDB::GetCelestialObject().
| uint8 CelestialObjectData::orbitIndex |
Definition at line 51 of file Celestial.h.
Referenced by InventoryDB::GetCelestialObject().
| double CelestialObjectData::radius |
Definition at line 48 of file Celestial.h.
Referenced by InventoryDB::GetCelestialObject().
| double CelestialObjectData::security |
Definition at line 49 of file Celestial.h.
Referenced by InventoryDB::GetCelestialObject().