Method | Description | |
---|---|---|
EqualizeTemperature ( Room room, float destTemp, float equalizationRate ) : void |
Equalizes the temperature of the room.
|
|
FetchNaturalRooms ( ) : void |
Fetchs the mountain rooms with thick roofs and no heating/cooling devices.
|
|
MapComponentTick ( ) : void |
Map tick for component
|
Method | Description | |
---|---|---|
MountainTemp ( ) : System |
public EqualizeTemperature ( Room room, float destTemp, float equalizationRate ) : void | ||
room | Room | Room. |
destTemp | float | Destination temp. |
equalizationRate | float | |
return | void |