BIS fnc VRSpawnEffect: Difference between revisions

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


| VR (unit) spawn effect. |= Description
| VR (unit) spawn effect. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |= Syntax
| [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


|p1= object: [[Object]] - Object|= Parameter 1
|p1= object: [[Object]] - Object|PARAMETER1=
|p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|= Parameter 2
|p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|PARAMETER2=
|p3= size: [[Number]] - (Optional, default 0) Size of the effect|= Parameter 2
|p3= size: [[Number]] - (Optional, default 0) Size of the effect|PARAMETER2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Nothing]]|= Return value
| [[Nothing]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[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:
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

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