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

Public Attributes | |
| bool | hasReceivedInputs:1 |
| bool | receivedInputsLastCycle:1 |
| int8 | state |
| uint8 | pLevel |
| uint8 | schematicID |
| uint16 | qtyPerCycle |
| int64 | cycleTime |
| int64 | installTime |
| int64 | lastRunTime |
| PI_Schematic | data |
Definition at line 151 of file EVE_Planet.h.
| int64 PI_Plant::cycleTime |
Definition at line 160 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| PI_Schematic PI_Plant::data |
Definition at line 165 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| bool PI_Plant::hasReceivedInputs |
Definition at line 153 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| int64 PI_Plant::installTime |
Definition at line 162 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| int64 PI_Plant::lastRunTime |
Definition at line 163 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| uint8 PI_Plant::pLevel |
Definition at line 157 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| uint16 PI_Plant::qtyPerCycle |
Definition at line 159 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| bool PI_Plant::receivedInputsLastCycle |
Definition at line 154 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| uint8 PI_Plant::schematicID |
Definition at line 158 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().
| int8 PI_Plant::state |
Definition at line 156 of file EVE_Planet.h.
Referenced by Colony::LoadPlants().