GetBackTexture
Kategorie: Landschaft
/ Material
Ab Engineversion: 7.0 OC
Beschreibung
Returns the name of the texture used for the background material at the given position. The background material is the material that a pixel is replaced with when it is digged away or blasted free.
Syntax
string GetBackTexture(int x, int y);
Parameter
- x:
X coordinate at which to check the background texture. Offset in local calls.
- y:
Y coordinate at which to check the background texture. Offset in local calls.
Beispiele
Siehe GetTexture.