BIN fnc enableSaving: Difference between revisions
m (Text replacement - "\[\[Category:Functions\|\{\{uc:[a-z A-Z]*\}\}\]\]" to "")  | 
				m (Text replacement - "\[\[Category:\{\{Name\|arma3\}\}: Functions\|\{\{uc:[a-z A-Z]*\}\}\]\]" to "")  | 
				||
| Line 25: | Line 25: | ||
|seealso= [[BIN_fnc_savingEnabled]] [[saveGame]] [[loadGame]]  | |seealso= [[BIN_fnc_savingEnabled]] [[saveGame]] [[loadGame]]  | ||
}}  | }}  | ||
Revision as of 18:16, 1 February 2021
Description
- Description:
 - Sets a variable used in Arma 3 Contact which handels saving.
 - Execution:
 - call
 - Groups:
 - Missions
 
Syntax
- Syntax:
 - [enableSaving, saveGame] call BIN_fnc_enableSaving
 - Parameters:
 - enableSaving: Boolean - (Optional, default true) true to enable, false to disable
 - saveGame: Boolean - (Optional, default false) true to save, false to not disable
 - Return Value:
 - Nothing
 
Examples
- Example 1:
 [true,true] call BIN_fnc_enableSaving;
Additional Information
- See also:
 - BIN_fnc_savingEnabled saveGame loadGame
 
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