BIS fnc paramViewDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Set view distance.|= Description
Author: Jiri Wainar


Description:
____________________________________________________________________________________________
Set view distance.
 
Parameter(s):
NUMBER - view distance
 
Returns:
NUMBER - view distance
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|  call [[BIS_fnc_paramViewDistance]] |= Syntax
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_paramViewDistance]]; --> |= Syntax
| [[Number]] - viewDistance|= Return value
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>7500 [[call]] [[BIS_fnc_paramViewDistance]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]], [[setViewDistance]], [[viewDistance]]|= See also
 
}}
}}



Revision as of 01:17, 31 May 2018

Hover & click on the images for description

Description

Description:
Set view distance.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_paramViewDistance
Return Value:
Number - viewDistance

Examples

Example 1:
7500 call BIS_fnc_paramViewDistance;

Additional Information

See also:
Arma 3 Mission ParametersParams FunctionssetViewDistanceviewDistance

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