BIS_fnc_VRDrawGrid
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
-
Visualizes surface grid (used primarily for VR missions).
Syntax
- Syntax:
- [location, colour] call BIS_fnc_VRDrawGrid
- Parameters:
- location: Position or Boolean:
- colour: Array - (Optional, default [0,0,0,1]) to format [R,G,B,A]
- Return Value:
- Nothing
Examples
- Example 1:
-
[getPosATL player, [0.078, 0.3647, 0.0]] call BIS_fnc_VRDrawGrid;
- Example 2:
-
[false] call BIS_fnc_VRDrawGrid;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_VRDrawBorder
- Groups:
- VR