BIS fnc VRSpawnEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added optional parameter in 1.76)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma 3 |= Game name


|1.00|= Game version
|1.24|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| VR (unit) spawn effect. |= Description
____________________________________________________________________________________________


Description:
| [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |= Syntax
VR (unit) spawn effect.
____________________________________________________________________________________________


Parameter(s):
|p1= object: [[Object]] - Object|= Parameter 1
0: OBJECT - Spawned unit
|p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|= Parameter 2
1: BOOL (Optional) - Reverse effect (hiding), default FALSE
|p3= size: [[Number]] - (Optional, default 0) Size of the effect|= Parameter 2
2: SCALAR (Optional) - Size of the effect, default 0 (small / character)
 
Returns:
Nothing
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_VRSpawnEffect]]; --> |= Syntax
| [[Nothing]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[player]]  [[call]] [[BIS_fnc_VRSpawnEffect]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[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 17:31, 5 June 2018

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