![]() |
Recast
1
Game with custom magic
|
Functions | |
void | randomize (ITemperatureWorldBoundable &world, Temperature minTemperature, Temperature maxTemperature) |
Collection of functions which work with temperature world.
|
inline |
Initializes temperature world with random temperatures. Random temperatures are generated within the range.
world | World to initialize. |
minTemperature | Minimum possible temperature in the world. |
maxTemperature | Maximum possible temperature in the world. |