getShadowDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added see also)
m (template:command argument fix)
(4 intermediate revisions by 4 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 27: 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 -->


<dd class="notedate">Posted on 25 October, 2013
<dt class="note">[[User:Druid|Druid]]
<dd class="note">
This command required one parameter of any type ('''getShadowDistance''' anything) until Arma 3 ver. 1.06.
<!-- 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