getObjectViewDistance: Difference between revisions
Jump to navigation
Jump to search
(version 1.48) |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| '''getObjectViewDistance'''|= Syntax | | '''getObjectViewDistance'''|= Syntax | ||
| [[Array]] - in format [objectDistance, shadowDistance]|= | | [[Array]] - in format [objectDistance, shadowDistance]|RETURNVALUE= | ||
|x1= <code>_arr = [[getObjectViewDistance]];</code>|= | |x1= <code>_arr = [[getObjectViewDistance]];</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]] |= | | [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:31, 7 April 2019
Description
- Description:
- Gets the values of rendering distances of objects and shadows.
- Groups:
- Uncategorised
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
Notes
Bottom Section