BIS fnc VRSpawnSelector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Spawns the course selector (used primarily for VR missions). |= Description
| Spawns the course selector (used primarily for VR missions). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [center, type] call [[BIS_fnc_VRSpawnSelector]] |= Syntax
| [center, type] call [[BIS_fnc_VRSpawnSelector]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


|p1= center: [[Position]]|= Parameter 1
|p1= center: [[Position]]|PARAMETER1=
|p2= type: [[String]] - (Optional, default "default") Can be:<br>
|p2= type: [[String]] - (Optional, default "default") Can be:<br>
"default" (blue)<br>
"default" (blue)<br>
"incomplete" (orange)<br>
"incomplete" (orange)<br>
"complete" (dark orange)<br>
"complete" (dark orange)<br>
"exit" (red) |=Parameter 2
"exit" (red) |PARAMETER2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object]] - Created object for easy deletion|= Return value
| [[Object]] - Created object for easy deletion|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 27: Line 27:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|= See also
| [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|SEEALSO=  
}}
}}



Revision as of 15:34, 7 April 2019

Hover & click on the images for description

Description

Description:
Spawns the course selector (used primarily for VR missions).
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[center, type] call BIS_fnc_VRSpawnSelector
Parameters:
center: Position
type: String - (Optional, default "default") Can be:
"default" (blue)
"incomplete" (orange)
"complete" (dark orange)
"exit" (red)
Return Value:
Object - Created object for easy deletion

Examples

Example 1:
[ [0,0,0], "exit" ] call BIS_fnc_VRSpawnSelector;

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