C# Class esm.MountainTemp

Inheritance: MapComponent
Afficher le fichier Open project: ForsakenShell/Es-Small-Mods

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
MountainTemp ( ) : System

Method Details

EqualizeTemperature() public méthode

Equalizes the temperature of the room.
public EqualizeTemperature ( Room room, float destTemp, float equalizationRate ) : void
room Room Room.
destTemp float Destination temp.
equalizationRate float
Résultat void

FetchNaturalRooms() public méthode

Fetchs the mountain rooms with thick roofs and no heating/cooling devices.
public FetchNaturalRooms ( ) : void
Résultat void

MapComponentTick() public méthode

Map tick for component
public MapComponentTick ( ) : void
Résultat void