BIS fnc VRSpawnSelector: Difference between revisions
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). |= | | Spawns the course selector (used primarily for VR missions). |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [center, type] call [[BIS_fnc_VRSpawnSelector]] |= | | [center, type] call [[BIS_fnc_VRSpawnSelector]] |SYNTAX= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|p1= center: [[Position]]|= | |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) |= | "exit" (red) |PARAMETER2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Object]] - Created object for easy deletion|= | | [[Object]] - Created object for easy deletion|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 27: | Line 27: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|= | | [[Arma3: Virtual Reality Custom Courses]], [[:Category:Function Group: VR|VR functions]]|SEEALSO= | ||
}} | }} | ||
Revision as of 14:34, 7 April 2019
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