setObjectViewDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
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= '''setObjectViewDistance''' objectDistance
|s1= [[setObjectViewDistance]] objectDistance


|p1= objectDistance: [[Number]]
|p1= objectDistance: [[Number]]
Line 18: Line 18:
|r1= [[Nothing]]
|r1= [[Nothing]]


|s2= '''setObjectViewDistance''' [objectDistance, shadowDistance]
|s2= [[setObjectViewDistance]] [objectDistance, shadowDistance]


|p21= objectDistance: [[Number]]
|p21= objectDistance: [[Number]]

Revision as of 18:12, 20 June 2021

Hover & click on the images for description

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

See also:
getObjectViewDistancesetViewDistanceviewDistancesetDetailMapBlendParssetTerrainGrid

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