BIS fnc VRFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added example, see also)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Fade Out effect for VR. |= Description
 
Description:
Fade Out effect for VR.
 
Parameter(s):
NONE
 
Returns:
Nothing
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_VRFadeOut]]; --> |= Syntax
| call [[BIS_fnc_VRFadeOut]] |= Syntax


|p1= |= Parameter 1
| [[Nothing]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[] spawn BIS_fnc_VRFadeOut;</code> |=  
|x1= <code>[[call]] [[BIS_fnc_VRFadeOut]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[BIS_fnc_VRFadeIn]]|= See also
| [[BIS_fnc_VRFadeIn]] |= See also
 
}}
}}



Revision as of 11:11, 22 May 2018

Hover & click on the images for description

Description

Description:
Fade Out effect for VR.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_VRFadeOut
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_VRFadeOut;

Additional Information

See also:
BIS_fnc_VRFadeIn

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