BIS_fnc_VRDrawBorder
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Visualizes area border (used primarily for VR missions).
Syntax
- Syntax:
- [center, radius] call BIS_fnc_VRDrawBorder
- Parameters:
- center: Position - Center position
- radius: Number - Radius
- Return Value:
- Array - List of created objects for easy deletion
Examples
- Example 1:
-
[ [0,0,0], 200 ] call BIS_fnc_VRDrawBorder;
Additional Information
- Execution:
- call
- See also:
- Arma 3 VR Custom CoursesVR functions
- Groups:
- VR