BIS fnc paramViewDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= Mission Parameters |GROUP1=
|gr1= Mission Parameters |GROUP1=
____________________________________________________________________________________________


| Set view distance.|DESCRIPTION=
| Set view distance.|DESCRIPTION=


____________________________________________________________________________________________


|  [[viewDistance]] call [[BIS_fnc_paramViewDistance]] |SYNTAX=
|  [[viewDistance]] call [[BIS_fnc_paramViewDistance]] |SYNTAX=
____________________________________________________________________________________________


|p1= viewDistance: [[Number]] - Wanted view distance|PARAMETER1=
|p1= viewDistance: [[Number]] - Wanted view distance|PARAMETER1=
____________________________________________________________________________________________


| [[Number]] - [[viewDistance]]|RETURNVALUE=
| [[Number]] - [[viewDistance]]|RETURNVALUE=
____________________________________________________________________________________________


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


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

Revision as of 00:43, 17 January 2021

Hover & click on the images for description

Description

Description:
Set view distance.
Execution:
call
Groups:
Mission Parameters

Syntax

Syntax:
viewDistance call BIS_fnc_paramViewDistance
Parameters:
viewDistance: Number - Wanted view distance
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