getShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version ____________________...")
 
m (template:command argument fix)
(7 intermediate revisions by 5 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Gets the shadows rendering distance. |= Description
| Gets the shadows rendering distance. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getShadowDistance''' value |= Syntax
| '''getShadowDistance''' |SYNTAX=


|p1= value : [[Anything]] |= Parameter 1
| [[Number]] |RETURNVALUE=  


|  [[Number]] |= RETURNVALUE


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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 29: Line 27:
<h3 style='display:none'>Notes</h3>
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>
</dl>



Revision as of 15:40, 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