setTerrainGrid: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|SETTERRAINGRID]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|SETTERRAINGRID]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|SETTERRAINGRID]] | ||
Revision as of 16:25, 4 May 2006
setTerrainGrid grid
Operand types:
grid: Number
Type of returned value:
Compatibility:
Added in version 1.75
Description:
Set desired terrain resolution (in meters).
For default landscapes, supported resolutions are:
- 25 - smoothest, less lag
- 12.5
- 6.25
- 3.125 - bumpiest, higher lag
If you select unsupported resolutions, nearest supported value is used instead.
Example:
setTerrainGrid 12.5
Comments:
This is like opening up your video preferences and changing "terrain detail", i.e.:
setTerrainGrid 25 = lowest detail
setTerrainGrid 3.125 = highest detail
It is similar to the command setViewDistance.