BIN fnc enableSaving: Difference between revisions
Lou Montana (talk | contribs)  | 
				Lou Montana (talk | contribs)  m (Text replacement - "\{\{Feature[ _]arma3" to "{{Feature|arma3")  | 
				||
| Line 13: | Line 13: | ||
<!--|eff= local-->  | <!--|eff= local-->  | ||
|descr= Sets a variable used in [[Arma 3 Contact]] which handels saving. {{Feature arma3contact|This function is part of the [[Arma 3 Contact]] expansion only.}}  | |descr= Sets a variable used in [[Arma 3 Contact]] which handels saving. {{Feature|arma3contact|This function is part of the [[Arma 3 Contact]] expansion only.}}  | ||
|s1= [enableSaving, saveGame] call [[BIN_fnc_enableSaving]]  | |s1= [enableSaving, saveGame] call [[BIN_fnc_enableSaving]]  | ||
Revision as of 04:21, 27 December 2020
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