class
cTerraformingManager
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
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.