武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.00
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
1.00

Description

Description:
Checks if map zoom level is in between given interval (min,max)

Syntax

Syntax:
[_min,_max] call BIS_fnc_isInZoom;
Parameters:
Number - start of interval
Number - end of interval
Return Value:
boolean

Examples

Example 1:
if ([0.001,0.02] call BIS_fnc_isInZoom) then { hint "Zoom level is in between 0.001 and 0.02"; };

Additional Information

Execution:
call
Multiplayer:
-
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement