BIS fnc shutdown: Difference between revisions
Jump to navigation
Jump to search
(ex,syn) |
(My note) |
||
Line 55: | Line 55: | ||
<dd class="notedate">Posted on October 9, 2014 - 03:16 (UTC)</dd> | <dd class="notedate">Posted on October 9, 2014 - 03:16 (UTC)</dd> | ||
<dt class="note">[[User:Benargee|Benargee]]</dt> | <dt class="note">[[User:Benargee|Benargee]]</dt> | ||
<dd class="note"> This | <dd class="note"> This function only shuts the game down once in the main menu, atleast in Arma 3. Once executed returning to main menu will exit the game automatically. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 23:27, 7 April 2015
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 only shuts the game down once in the main menu, atleast in Arma 3. Once executed returning to main menu will exit the game automatically.