getObjectViewDistance: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|s1= '''getObjectViewDistance''' | |s1= '''getObjectViewDistance''' | ||
|r1=[[Array]] - in format [objectDistance, shadowDistance] | |r1= [[Array]] - in format [objectDistance, shadowDistance] | ||
|x1= < | |x1= <sqf>_arr = getObjectViewDistance;</sqf> | ||
|seealso= [[setObjectViewDistance]] | |seealso= [[setObjectViewDistance]] [[setViewDistance]] [[viewDistance]] [[setDetailMapBlendPars]] [[setTerrainGrid]] | ||
}} | }} |
Latest revision as of 21:21, 7 May 2022
Description
- Description:
- Gets the values of rendering distances of objects and shadows.
- Groups:
- SystemEnvironment
Syntax
- Syntax:
- getObjectViewDistance
- Return Value:
- Array - in format [objectDistance, shadowDistance]
Examples
- Example 1:
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