GBackSky

Kategorie: Landschaft / Material
Ab Engineversion: 1.0 OC

Beschreibung

Überprüft ob sich an angegebener Position in der Landschaft Himmel befindet.

Syntax

bool GBackSky(int x, int y);

Parameter

x:
X-Koordinate, Offset bei lokalem Aufruf
y:
Y-Koordinate, Offset bei lokalem Aufruf

Beispiel

while(!obj->GBackSky()) obj->SetPosition(obj->GetX(),obj->GetY()-5);
Versetzt ein Objekt an die frische Luft.
Siehe auch: GBackLiquid, GBackSemiSolid, GBackSolid, GetMaterial
Günther, 2002-04