EvEmu
0.8.4
11 September 2021
|
#include "EVE_Planet.h"
Public Member Functions | |
PI_CCPin () | |
~PI_CCPin () | |
void | Clear () |
void | Init () |
uint8 | GetLevel () |
uint32 | GetPinID () |
Public Attributes | |
uint8 | level |
uint32 | ccPinID |
std::map< uint32, PI_Pin > | pins |
std::map< uint32, PI_Link > | links |
std::map< uint16, PI_Route > | routes |
std::map< uint32, PI_Plant > | plants |
Definition at line 208 of file EVE_Planet.h.
|
inline |
Definition at line 211 of file EVE_Planet.h.
References Init().
|
inline |
Definition at line 212 of file EVE_Planet.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 221 of file EVE_Planet.h.
References ccPinID, Clear(), and level.
Referenced by PI_CCPin().
uint32 PI_CCPin::ccPinID |
Definition at line 232 of file EVE_Planet.h.
Referenced by Colony::CreateCommandPin(), GetPinID(), Colony::HasColony(), Colony::Init(), Init(), PlanetDB::LoadColony(), PlanetDB::SaveContents(), PlanetDB::SaveLinks(), PlanetDB::SavePins(), PlanetDB::SaveRoutes(), and PlanetDB::UpdatePins().
uint8 PI_CCPin::level |
Definition at line 231 of file EVE_Planet.h.
Referenced by Colony::CreateCommandPin(), Colony::GetColony(), Colony::GetLevel(), GetLevel(), Init(), PlanetDB::LoadColony(), and Colony::UpgradeCommandCenter().
Definition at line 237 of file EVE_Planet.h.
Referenced by Colony::AbandonColony(), Clear(), Colony::CreateLink(), Colony::GetLinks(), Colony::Load(), Colony::RemoveLink(), Colony::RemovePin(), PlanetDB::SaveLinks(), Colony::Update(), and Colony::UpgradeLink().
Definition at line 235 of file EVE_Planet.h.
Referenced by Colony::AbandonColony(), Colony::AddExtractorHead(), Clear(), Colony::CreatePin(), Colony::CreateRoute(), Colony::GetColony(), Colony::GetPins(), Colony::InstallProgram(), Colony::KillExtractorHead(), Colony::LaunchCommodities(), Colony::Load(), Colony::LoadPlants(), Colony::MoveExtractorHead(), Colony::PlanetXfer(), Colony::Process(), Colony::ProcessECUs(), Colony::ProcessPlants(), Colony::RemovePin(), Colony::Save(), PlanetDB::SaveContents(), PlanetDB::SavePins(), Colony::SetProgramResults(), Colony::TransferCommodities(), Colony::Update(), PlanetDB::UpdateECUPin(), PlanetDB::UpdatePins(), PlanetDB::UpdatePinTimes(), Colony::UpdatePlantPins(), and Colony::UpgradeCommandCenter().
Definition at line 241 of file EVE_Planet.h.
Referenced by Clear(), Colony::CreatePin(), Colony::CreateRoute(), Colony::GetPins(), Colony::LoadPlants(), Colony::ProcessECUs(), Colony::ProcessPlants(), Colony::RemovePin(), Colony::SetSchematic(), Colony::Update(), and Colony::UpdatePlantPins().
Definition at line 239 of file EVE_Planet.h.
Referenced by Clear(), Colony::CreateRoute(), Colony::GetRoutes(), Colony::Load(), Colony::PrioritizeRoute(), Colony::RemovePin(), Colony::RemoveRoute(), PlanetDB::SaveRoutes(), and Colony::Update().