Category: Landscape
/ Material
Since engine version: 1.0 OC
GetMaterial
Description
Determines the material type at the specified position in the landscape. Returns a material index which can be used for comparison e.g. with Material. For sky areas the function returns -1.
Syntax
int GetMaterial(int x, int y);
Parameters
- x:
- X coordinate at which to check the material. Offset in local calls.
- y:
- Y coordinate at which to check the material. Offset in local calls.
Remark
This functions only processes static materials - moving material pixels such as rain or snow are not evaluated.