getObjectViewDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(version 1.48)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.48


|1.48|= Game version
|gr1= System


____________________________________________________________________________________________
|gr2= Environment


| Gets the values of rendering distances of objects and shadows. |= Description
|descr= Gets the values of rendering distances of objects and shadows.
____________________________________________________________________________________________


| '''getObjectViewDistance'''|= Syntax
|s1= '''getObjectViewDistance'''


| [[Array]] - in format [objectDistance, shadowDistance]|= RETURNVALUE
|r1= [[Array]] - in format [objectDistance, shadowDistance]


|x1= <sqf>_arr = getObjectViewDistance;</sqf>


|x1= <code>_arr = [[getObjectViewDistance]];</code>|= EXAMPLE1
|seealso= [[setObjectViewDistance]] [[setViewDistance]] [[viewDistance]] [[setDetailMapBlendPars]] [[setTerrainGrid]]
____________________________________________________________________________________________
 
| [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- DISCONTINUE Notes -->

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

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

See also:
setObjectViewDistance setViewDistance viewDistance setDetailMapBlendPars setTerrainGrid

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