EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"
Public Attributes | |
bool | conquerable:1 |
uint8 | officeSlots |
uint8 | operationID |
uint16 | typeID |
uint16 | graphicID |
uint16 | descriptionID |
uint16 | hangarGraphicID |
uint16 | dockingBayGraphicID |
uint16 | reprocessingHangarFlag |
int32 | officeRentalFee |
uint32 | stationID |
uint32 | corporationID |
uint32 | maxShipVolumeDockable |
uint32 | systemID |
uint32 | constellationID |
uint32 | regionID |
uint32 | orbitID |
int64 | serviceMask |
float | radius |
float | security |
float | dockingCostPerVolume |
float | reprocessingEfficiency |
float | reprocessingStationsTake |
GPoint | position |
GPoint | dockEntry |
GPoint | dockPosition |
GVector | dockOrientation |
std::string | name |
std::string | description |
Definition at line 343 of file POD_containers.h.
bool StationData::conquerable |
Definition at line 344 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::constellationID |
Definition at line 358 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::corporationID |
Definition at line 355 of file POD_containers.h.
Referenced by MapData::GetMissionDestination(), StationItem::GetOwnerID(), StationItem::GetRefineData(), StationDataMgr::Populate(), and StationItem::RentOffice().
std::string StationData::description |
Definition at line 372 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint16 StationData::descriptionID |
Definition at line 349 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
GPoint StationData::dockEntry |
Definition at line 368 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint16 StationData::dockingBayGraphicID |
Definition at line 351 of file POD_containers.h.
float StationData::dockingCostPerVolume |
Definition at line 364 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
GVector StationData::dockOrientation |
Definition at line 370 of file POD_containers.h.
Referenced by StationDataMgr::Populate(), and Client::UndockFromStation().
GPoint StationData::dockPosition |
Definition at line 369 of file POD_containers.h.
Referenced by StationDataMgr::Populate(), and Client::UndockFromStation().
uint16 StationData::graphicID |
Definition at line 348 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint16 StationData::hangarGraphicID |
Definition at line 350 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::maxShipVolumeDockable |
Definition at line 356 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
std::string StationData::name |
Definition at line 371 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
int32 StationData::officeRentalFee |
Definition at line 353 of file POD_containers.h.
Referenced by StationItem::_Load(), StationItem::GetOfficeRentalFee(), and StationDataMgr::Populate().
uint8 StationData::officeSlots |
Definition at line 345 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint8 StationData::operationID |
Definition at line 346 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::orbitID |
Definition at line 360 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
GPoint StationData::position |
Definition at line 367 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
float StationData::radius |
Definition at line 362 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::regionID |
Definition at line 359 of file POD_containers.h.
Referenced by StationDataMgr::Populate(), and NPCMarket::ProcessStation().
float StationData::reprocessingEfficiency |
Definition at line 365 of file POD_containers.h.
Referenced by StationItem::GetRefineData(), and StationDataMgr::Populate().
uint16 StationData::reprocessingHangarFlag |
Definition at line 352 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
float StationData::reprocessingStationsTake |
Definition at line 366 of file POD_containers.h.
Referenced by StationItem::GetRefineData(), and StationDataMgr::Populate().
float StationData::security |
Definition at line 363 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
int64 StationData::serviceMask |
Definition at line 361 of file POD_containers.h.
Referenced by StationDataMgr::Populate().
uint32 StationData::stationID |
Definition at line 354 of file POD_containers.h.
Referenced by Client::CharNoLongerInStation(), StationItem::GetID(), and StationDataMgr::Populate().
uint32 StationData::systemID |
Definition at line 357 of file POD_containers.h.
Referenced by MapData::GetMissionDestination(), StationDataMgr::Populate(), and NPCMarket::ProcessStation().
uint16 StationData::typeID |
Definition at line 347 of file POD_containers.h.
Referenced by MapData::GetMissionDestination(), and StationDataMgr::Populate().