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=")  | 
				m (page filled)  | 
				||
| Line 1: | Line 1: | ||
{{Function  | {{{Function  | ||
| arma3   | |game1= arma3  | ||
|1.94  | |version1= 1.94  | ||
<!--|serverExec= server-->  | |||
<!--|arg= 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.}}  | ||
|  | |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= <code>[[[true]],[[true]]] [[call]] [[BIN_fnc_enableSaving]];</code>  | |||
|exec= call  | |||
|seealso= [[BIN_fnc_savingEnabled]] [[saveGame]] [[loadGame]]  | |||
}}  | |||
<h3 style="display:none">Bottom Section</h3>  | <h3 style="display:none">Bottom Section</h3>  | ||
Revision as of 13:15, 22 July 2020
{
Description
- Description:
 - Sets a variable used in Arma 3 Contact which handels saving. Template:Feature arma3contact
 - Execution:
 - call
 - Groups:
 - Uncategorised
 
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