cTerraformingManager class
Base classes
- class cStrategy
Public static functions
- static auto Get() -> cTerraformingManager*
Public functions
- auto GetTScore(const cPlanetRecord* pPlanet = nullptr) -> int
- Returns the TScore of the current planet, or the planet specified in the parameter.
- auto CalculateTScore(float atmosphereScore, float temperatureScore) -> int
Public variables
- eastl::hash_map<int, int> field_1C
- bool field_3C
-
uint32_
t mGameModeID - bool field_44
- eastl::map<int, int> field_48
- int field_64
- eastl::vector<cCommodityNodePtr> mCommodityNodes
- ResourceKey SelectedTerraformingSlot
- ResourceKey field_88
Function documentation
int Simulator:: cTerraformingManager:: GetTScore(const cPlanetRecord* pPlanet = nullptr)
Returns the TScore of the current planet, or the planet specified in the parameter.
The TScore is calculated using the planet atmosphere and temperature scores.