PageRenderTime 21ms CodeModel.GetById 17ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/sdk/script/fn/GBackSky.xml

https://bitbucket.org/randrian/openclonk2
XML | 33 lines | 33 code | 0 blank | 0 comment | 0 complexity | 84a66b0ae5546679afdeba19758650d1 MD5 | raw file
Possible License(s): WTFPL, 0BSD, LGPL-2.1, CC-BY-3.0
 1<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 2<!DOCTYPE funcs SYSTEM "../../../clonk.dtd">
 3<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
 4<funcs>
 5	<func>
 6		<title>GBackSky</title>
 7		<category>Landschaft</category>
 8		<subcat>Material</subcat>
 9		<version>4.6.5.0 CP</version>
10		<syntax>
11			<rtype>bool</rtype>
12			<params>
13				<param><type>int</type><name>iX</name><desc>X-Koordinate, Offset bei lokalem Aufruf</desc></param>
14				<param><type>int</type><name>iY</name><desc>Y-Koordinate, Offset bei lokalem Aufruf</desc></param>
15			</params>
16		</syntax>
17		<desc>�berpr�ft ob sich an angegebener Position in der Landschaft Himmel befindet.</desc>
18		<examples>
19			<example>
20				<code>var obj=<funclink>FindObject</funclink>(ROCK);
21<funclink>while</funclink>(<emlink href="script/operatoren.html">!</emlink>GBackSky(<funclink>GetX</funclink>(obj)<emlink href="script/operatoren.html">-</emlink><funclink>GetX</funclink>(),<funclink>GetY</funclink>(obj)<emlink href="script/operatoren.html">-</emlink><funclink>GetY</funclink>())) <funclink>SetPosition</funclink>(GetX(obj),GetY(obj)<emlink href="script/operatoren.html">-</emlink>5,obj);</code>
22				<text>Versetzt einen Stein an die frische Luft.</text>
23			</example>
24		</examples>
25		<related>
26			<funclink>GBackSemiSolid</funclink>
27			<funclink>GBackSolid</funclink>
28			<funclink>GBackLiquid</funclink>
29			<funclink>GetMaterial</funclink>
30		</related>
31	</func>
32	<author>G�nther</author><date>April 2002</date>
33</funcs>