BIS fnc VRDrawBorder: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma 3 |= Game name


|1.00|= Game version
|1.24|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Visualizes area border (used primarily for VR missions). |= Description
____________________________________________________________________________________________


Description:
| [center, radius] call [[BIS_fnc_VRDrawBorder]] |= Syntax
Visualizes area border (used primarily for VR missions).
____________________________________________________________________________________________


Parameter(s):
|p1= center: [[Position]] - Center position |= Parameter 1
0: ARRAY - center position
|p2= radius: [[Number]] - Radius|= Parameter 2
1: NUMBER - radius
____________________________________________________________________________________________


Returns:
| [[Array]] - List of created objects for easy deletion|= Return value
Array of objects used for the wall (so they can be easily deleted)
____________________________________________________________________________________________
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <code>[ [0,0,0], 200 ] [[call]] [[BIS_fnc_VRDrawBorder]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_VRDrawBorder]]; --> |= Syntax
| [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|= See also
}}


|p1= |= Parameter 1


| |= Return value
____________________________________________________________________________________________


|x1= <code></code> |=
____________________________________________________________________________________________


| |= See also


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 16:39, 4 June 2018

Hover & click on the images for description

Description

Description:
Visualizes area border (used primarily for VR missions).
Execution:
call
Groups:
Uncategorised

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

See also:
Arma3: Virtual Reality Custom CoursesVR functions

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




Notes

Bottom Section