getTerrainGrid: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>") |
||
Line 14: | Line 14: | ||
|r1= [[Number]] - terrain grid value | |r1= [[Number]] - terrain grid value | ||
|x1= < | |x1= <sqf>_terrainGrid = getTerrainGrid;</sqf> | ||
|x2= <code>[[if]] ([[getTerrainGrid]] < 50) [[then]] | |x2= <code>[[if]] ([[getTerrainGrid]] < 50) [[then]] |
Revision as of 21:21, 7 May 2022
Description
- Description:
- A getter for setTerrainGrid, returns the current terrain grid.
- Groups:
- SystemEnvironment
Syntax
- Syntax:
- getTerrainGrid
- Return Value:
- Number - terrain grid value
Examples
- Example 1:
- Example 2:
if (getTerrainGrid < 50) then { hint "Grass is enabled"; };
Additional Information
- See also:
- setTerrainGrid viewDistance diag_getTerrainGrid
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note