getObjectViewDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.48
|1.48


|gr1= System
|gr1= System
Line 9: Line 8:
|gr2= Environment
|gr2= Environment


| Gets the values of rendering distances of objects and shadows.
|descr= Gets the values of rendering distances of objects and shadows.
 
| '''getObjectViewDistance'''
 
| [[Array]] - in format [objectDistance, shadowDistance]


|s1= '''getObjectViewDistance'''


|x1= <code>_arr = [[getObjectViewDistance]];</code>
|r1= [[Array]] - in format [objectDistance, shadowDistance]


| [[setObjectViewDistance]], [[setViewDistance]], [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]]
|x1= <sqf>_arr = getObjectViewDistance;</sqf>


|
|seealso= [[setObjectViewDistance]] [[setViewDistance]] [[viewDistance]] [[setDetailMapBlendPars]] [[setTerrainGrid]]
}}
}}
<dl class='command_description'>
</dl>
{{GameCategory|arma3|New Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
<!-- 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