getTerrainGrid
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 1.60
Description
- Description:
- Returns the current terrain grid
Syntax
- Syntax:
- getTerrainGrid
- Return Value:
- Number
Examples
- Example 1:
_terrainGrid = getTerrainGrid;
- Example 2:
if (getTerrainGrid < 50) then { hint "Grass is enabled"; };
Additional Information
- Multiplayer:
- -
- See also:
- setTerrainGridviewDistance
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To