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 - " |r1=[[" to " |r1= [[") |
||
Line 12: | Line 12: | ||
|s1= '''getObjectViewDistance''' | |s1= '''getObjectViewDistance''' | ||
|r1=[[Array]] - in format [objectDistance, shadowDistance] | |r1= [[Array]] - in format [objectDistance, shadowDistance] | ||
|x1= <code>_arr = [[getObjectViewDistance]];</code> | |x1= <code>_arr = [[getObjectViewDistance]];</code> |
Revision as of 23:45, 7 August 2021
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:
_arr = getObjectViewDistance;
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