setShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
|descr= Sets the shadows rendering distance.
|descr= Sets the shadows rendering distance.


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


|p1= value: [[Number]]
|p1= value: [[Number]]
Line 18: Line 18:
|r1= [[Nothing]]
|r1= [[Nothing]]


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


|seealso= [[getShadowDistance]], [[isPipEnabled]]
|seealso= [[getShadowDistance]] [[isPipEnabled]]
}}
}}

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