BIS fnc saveGame: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Evaluates the current battlefield situation and saves the game when appropriate.|= Description | ||
____________________________________________________________________________________________ | |||
| [objects] call [[BIS_fnc_saveGame]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= objects: [[Array]] - Units to check|= Parameter 1 | |||
____________________________________________________________________________________________ | |||
| [[Boolean]] - [[True]] if saved|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[ [unit_1,unit_2] ] [[call]] [[BIS_fnc_saveGame]];</code> |= | ||
____________________________________________________________________________________________ | |||
| | |[[saveGame]], [[loadGame]] |= See also | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 14:18, 30 May 2018
Description
- Description:
- Evaluates the current battlefield situation and saves the game when appropriate.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [objects] call BIS_fnc_saveGame
- Parameters:
- objects: Array - Units to check
- Return Value:
- Boolean - True if saved
Examples
- Example 1:
[ [unit_1,unit_2] ] call BIS_fnc_saveGame;
Additional Information
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