openclonk/docs/sdk/script/fn/SetClimate.xml

25 lines
679 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE funcs
SYSTEM '../../../clonk.dtd'>
<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
<funcs>
<func>
<title>SetClimate</title>
<category>Landscape</category>
<version>5.1 OC</version>
<syntax>
<rtype>void</rtype>
<params>
<param>
<type>int</type>
<name>temperature</name>
<desc>Temperature from -50 to 50.</desc>
</param>
</params>
</syntax>
<desc>Sets the climate (median temperature).</desc>
<related><funclink>GetClimate</funclink></related>
</func>
<author>jwk</author><date>2002-08</date>
</funcs>