viewDistance: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 36: | Line 36: | ||
<dd class="notedate">Posted on July 15, 2009 - 07:17 (CEST)</dd> | <dd class="notedate">Posted on July 15, 2009 - 07:17 (CEST)</dd> | ||
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | <dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | ||
<dd>Value can't be less than 200m ,and will be changed by the engine if you try to do so.</dd> | <dd>Value can't be less than 200m, and will be changed by the engine if you try to do so.</dd> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 06:18, 15 July 2009
Description
- Description:
- Returns the rendering distance.
- Groups:
- Uncategorised
Syntax
- Syntax:
- viewDistance
- Return Value:
- Number
Examples
- Example 1:
hint ("my view distance is " + str viewDistance + " meters");
Additional Information
- See also:
- setViewDistance
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
Notes
- Posted on July 15, 2009 - 07:17 (CEST)
- Lou Montana
- Value can't be less than 200m, and will be changed by the engine if you try to do so.