BIS fnc VRSpawnSelector: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|1. | |1.24|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Spawns the course selector (used primarily for VR missions). |= Description | ||
____________________________________________________________________________________________ | |||
| [center, type] call [[BIS_fnc_VRSpawnSelector]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= center: [[Position]]|= Parameter 1 | |||
|p2= type: [[String]] - (Optional, default "default") Can be:<br> | |||
"default" (blue)<br> | |||
"incomplete" (orange)<br> | |||
"complete" (dark orange)<br> | |||
"exit" (red) |=Parameter 2 | |||
____________________________________________________________________________________________ | |||
| [[Object]] - Created object for easy deletion|= Return value | |||
____________________________________________________________________________________________ | |||
< | |x1= <code>[ [0,0,0], "exit" ] [[call]] [[BIS_fnc_VRSpawnSelector]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|= See also | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 15:50, 4 June 2018
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
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