BIS fnc paramViewDistance: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
Lou Montana (talk | contribs) 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 23:43, 16 January 2021
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
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