BIS fnc shutdown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated my note)
(ex,syn)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= |= Parameter 1
|p1= |= Parameter 1


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


|x1= <code></code> |=  
|x1= <code>call [[BIS_fnc_shutdown]]</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:24, 8 April 2015


Hover & click on the images for description

Description

Description:
/*

	Description:
	Shut downs the game.

	Parameter(s):
	NOTHING

	Returns:
	NOTHING
*/

//--- Open options menu (forces to return to main menu)
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_shutdown;
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_shutdown

Additional Information

See also:
See also needed

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

Posted on October 9, 2014 - 03:16 (UTC)
Benargee
This Function is incompatible with Arma 3 (Tested 1.30) as the display and control numbers it uses are not the same as Take on helicopter, the game this function was originally designed for. This function will only partially work. Once executed returning to main menu will exit the game automatically.