BIS fnc VRFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Added example, see also)
Line 30: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


}}
}}

Revision as of 03:02, 22 May 2018


Hover & click on the images for description

Description

Description:
/*

	Description:
	Fade Out effect for VR.

	Parameter(s):
		NONE

	Returns:
	Nothing
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
[] spawn 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