setShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Updated "See also")
m (template:command argument fix)
Line 13: Line 13:
| '''setShadowDistance''' value |= Syntax
| '''setShadowDistance''' value |= Syntax


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


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




|x1= <code>'''setShadowDistance''' 1000</code>|= EXAMPLE1
|x1= <code>'''setShadowDistance''' 1000</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[getShadowDistance]], [[isPipEnabled]] |= SEEALSO
| [[getShadowDistance]], [[isPipEnabled]] |SEEALSO=  


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

Revision as of 11:37, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets the shadows rendering distance.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
setShadowDistance 1000

Additional Information

See also:
getShadowDistanceisPipEnabled

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