BIS fnc VRDrawGrid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
Line 18: Line 18:
|p2= colour: [[Array]] - (Optional, default [0,0,0,1]) to format [<span style="color: red">R</span>,<span style="color: green">G</span>,<span style="color: blue">B</span>,<span style="color: grey">A</span>]
|p2= colour: [[Array]] - (Optional, default [0,0,0,1]) to format [<span style="color: red">R</span>,<span style="color: green">G</span>,<span style="color: blue">B</span>,<span style="color: grey">A</span>]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code><nowiki>[</nowiki>[[getPosATL]] [[player]], [0.078, 0.3647, 0.0]] [[call]] [[BIS_fnc_VRDrawGrid]];</code>
|x1= <code><nowiki>[</nowiki>[[getPosATL]] [[player]], [0.078, 0.3647, 0.0]] [[call]] [[BIS_fnc_VRDrawGrid]];</code>

Revision as of 11:05, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
VR

Syntax

Syntax:
Syntax needed
Parameters:
location: Position or Boolean:
  • Position: center position (should be multiple of 4 in both axis to correspond with the tiles on the ground, like [1000,1000] or [2400,2400])
  • Boolean: use false to disable grid visualisation
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

See also:
BIS_fnc_VRDrawBorder

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