setShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Some wiki formatting)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|eff= local
|eff= local
Line 11: Line 10:
|gr2= Environment
|gr2= Environment


| Sets the shadows rendering distance.
|descr= Sets the shadows rendering distance.


| '''setShadowDistance''' value
|s1= [[setShadowDistance]] value


|p1= value: [[Number]]
|p1= value: [[Number]]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>'''setShadowDistance''' 1000</code>
|x1= <sqf>setShadowDistance 200;</sqf>


|seealso= [[getShadowDistance]], [[isPipEnabled]]
|seealso= [[getShadowDistance]] [[isPipEnabled]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 14:55, 22 May 2022

Hover & click on the images for description

Description

Description:
Sets the shadows rendering distance.
Groups:
SystemEnvironment

Syntax

Syntax:
setShadowDistance value
Parameters:
value: Number
Return Value:
Nothing

Examples

Example 1:
setShadowDistance 200;

Additional Information

See also:
getShadowDistance isPipEnabled

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