GetBackTexture
Category: Landscape
/ Material
Since engine version: 7.0 OC
Description
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);
Parameters
- 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.
Examples
See GetTexture.