BIS fnc VRSpawnEffect: Difference between revisions
Jump to navigation
Jump to search
m (fixed example) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| VR (unit) spawn effect. |= | | VR (unit) spawn effect. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |= | | [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |SYNTAX= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|p1= object: [[Object]] - Object|= | |p1= object: [[Object]] - Object|PARAMETER1= | ||
|p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|= | |p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|PARAMETER2= | ||
|p3= size: [[Number]] - (Optional, default 0) Size of the effect|= | |p3= size: [[Number]] - (Optional, default 0) Size of the effect|PARAMETER2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Nothing]]|= | | [[Nothing]]|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 24: | Line 24: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[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:
- VR (unit) spawn effect.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [object, reverse, size] call BIS_fnc_VRSpawnEffect
- Parameters:
- object: Object - Object
- effectType: Boolean - (Optional, default false) Reverse effect (hiding)
- size: Number - (Optional, default 0) Size of the effect
- Return Value:
- Nothing
Examples
- Example 1:
[ player, false, 5 ] call BIS_fnc_VRSpawnEffect;
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