BIS fnc shutdown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "^ \{\{(Command|Function)" to "{{$1")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| tkoh |Game name=
| tkoh


|1.00|Game version=
|1.00


|gr1 = Diagnostic |GROUP1=
|gr1 = Diagnostic


| Shut downs the game.
| Shut downs the game.
{{Feature|arma3|this function will only close the game once back to the main menu.}}
{{Feature|arma3|this function will only close the game once back to the main menu.}}
|DESCRIPTION=


| call [[BIS_fnc_shutdown]] |SYNTAX=


| [[Nothing]] |RETURNVALUE=
| call [[BIS_fnc_shutdown]]


|x1= <code>[[call]] [[BIS_fnc_shutdown]]</code> |EXAMPLE1=
| [[Nothing]]


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


}}
}}

Revision as of 00:47, 18 January 2021

Hover & click on the images for description

Description

Description:
Shut downs the game.
Arma 3
this function will only close the game once back to the main menu.
Execution:
call
Groups:
Diagnostic

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

Bottom Section