setObjectViewDistance: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ") |
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ") |
||
Line 12: | Line 12: | ||
|descr= Sets the rendering distance of objects and shadows. | |descr= Sets the rendering distance of objects and shadows. | ||
|s1= | |s1= [[setObjectViewDistance]] objectDistance | ||
|p1= objectDistance: [[Number]] | |p1= objectDistance: [[Number]] | ||
Line 18: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|s2= | |s2= [[setObjectViewDistance]] [objectDistance, shadowDistance] | ||
|p21= objectDistance: [[Number]] | |p21= objectDistance: [[Number]] |
Revision as of 17:12, 20 June 2021
Description
- Description:
- Sets the rendering distance of objects and shadows.
- Groups:
- SystemEnvironment
Syntax
- Syntax:
- setObjectViewDistance objectDistance
- Parameters:
- objectDistance: Number
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- setObjectViewDistance [objectDistance, shadowDistance]
- Parameters:
- objectDistance: Number
- shadowDistance: Number
- Return Value:
- Nothing
Examples
- Example 1:
setObjectViewDistance 2000;
- Example 2:
setObjectViewDistance [2000, 800];
Additional Information
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