getShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(moving to talk)
m (template:command argument fix)
Line 12: Line 12:
| '''getShadowDistance''' |= Syntax
| '''getShadowDistance''' |= Syntax


|  [[Number]] |= RETURNVALUE
|  [[Number]] |RETURNVALUE=  




|x1= <code>_value = getShadowDistance;</code> |= EXAMPLE1
|x1= <code>_value = getShadowDistance;</code> |EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setShadowDistance]], [[isPipEnabled]] |= SEEALSO
| [[setShadowDistance]], [[isPipEnabled]] |SEEALSO=  


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

Revision as of 11:33, 7 April 2019

Hover & click on the images for description

Description

Description:
Gets the shadows rendering distance.
Groups:
Uncategorised

Syntax

Syntax:
getShadowDistance
Return Value:
Number

Examples

Example 1:
_value = getShadowDistance;

Additional Information

See also:
setShadowDistanceisPipEnabled

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