getObjectViewDistance: Difference between revisions

From Bohemia Interactive Community
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]|= RETURNVALUE
| [[Array]] - in format [objectDistance, shadowDistance]|RETURNVALUE=  




|x1= <code>_arr = [[getObjectViewDistance]];</code>|= EXAMPLE1
|x1= <code>_arr = [[getObjectViewDistance]];</code>|EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]] |= SEEALSO
| [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:31, 7 April 2019

Hover & click on the images for description

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

See also:
setObjectViewDistancesetViewDistanceviewDistancesetDetailMapBlendParssetTerrainGrid

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