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 ____________________...")
 
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getShadowDistance''' value |= Syntax
| '''getShadowDistance''' |= Syntax
 
|p1= value : [[Anything]] |= Parameter 1


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




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


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 30: Line 28:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- 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.04.


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 16:20, 25 October 2013

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:
See also needed

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

Posted on 25 October, 2013
Druid
This command required one parameter of any type (getShadowDistance anything) until Arma 3 ver. 1.04.

Bottom Section