Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
SetTemperature
Category:
Environment / Weather
Since engine version:
4.6.5.0 CP
Description
Sets the global temperature.
Syntax
void
SetTemperature (
int
iTemperature);
Parameter
iTemperature:
Temperature from -100 to 100.
Example
SetTemperature(-100);
Shock freezes the landscape.
See also:
GetTemperature
jwk, August 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script