Terrain
getTerrainAttributesAtWorldPos
Description
Get terrain attributes at world pos
Definition
getTerrainAttributesAtWorldPos(entityId terrainId, float x, float y, float z, boolean xComb, boolean yComb, boolean zComb, boolean wComb, boolean uComb)
Arguments
| entityId | terrainId | terrainId |
|---|---|---|
| float | x | x |
| float | y | y |
| float | z | z |
| boolean | xComb | xComb |
| boolean | yComb | yComb |
| boolean | zComb | zComb |
| boolean | wComb | wComb |
| boolean | uComb | uComb |
Return Values
| float | x | x |
|---|---|---|
| float | y | y |
| float | z | z |
| float | w | w |
| float | u | u |