BIS fnc VRSpawnEffect: Difference between revisions
| m (Added optional parameter in 1.76) | m (pf) | ||
| Line 1: | Line 1: | ||
| {{Function|= Comments | {{Function|= Comments | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |  | | arma 3 |= Game name | ||
| |1. | |1.24|= Game version | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |  | | VR (unit) spawn effect. |= Description | ||
| ____________________________________________________________________________________________ | |||
| | [object, reverse, size] call [[BIS_fnc_VRSpawnEffect]] |= Syntax | |||
| ____________________________________________________________________________________________ | |||
| |p1= object: [[Object]] - Object|= Parameter 1 | |||
| |p2= effectType: [[Boolean]] - (Optional, default [[false]]) Reverse effect (hiding)|= Parameter 2 | |||
| |p3= size: [[Number]] - (Optional, default 0) Size of the effect|= Parameter 2 | |||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |  | | [[Nothing]]|= 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 16:31, 5 June 2018
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
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
 
	