BIN fnc enableSaving: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "{{placeholder}} |Description=" to "{{placeholder}} {{Feature arma3contact|This function is part of the Arma 3 Contact expansion only.}} |Description=")  | 
				Lou Montana (talk | contribs)  m (Fix typo)  | 
				||
| (22 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{  | {{RV|type=function  | ||
| arma3 |  | |game1= arma3  | ||
|version1= 1.94  | |||
|  | |gr1= Missions   | ||
<!--|serverExec= server-->  | |||
|   | |descr= Sets a variable used in [[Arma 3 Contact]] which handles saving. {{Feature|arma3contact}}  | ||
|  | |s1= [enableSaving, saveGame] call [[BIN_fnc_enableSaving]]  | ||
|   | |p1= enableSaving: [[Boolean]] - (Optional, default [[true]]) [[true]] to enable, [[false]] to disable  | ||
|  | |p2= saveGame: [[Boolean]] - (Optional, default [[false]]) [[true]] to save, [[false]] to not disable  | ||
|   | |r1= [[Nothing]]  | ||
<  | |x1= <sqf>[true, true] call BIN_fnc_enableSaving;</sqf>  | ||
|seealso= [[BIN_fnc_savingEnabled]] [[saveGame]] [[loadGame]]  | |||
}}  | |||
[[  | |||
[[  | |||
[[  | |||
Latest revision as of 00:03, 29 April 2023
Description
- Description:
 - Sets a variable used in Arma 3 Contact which handles 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:
 
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