BIN fnc enableSaving: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 30: Line 30:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:enableSaving}}]]
 
[[Category:Functions|{{uc:enableSaving}}]]
[[Category:Functions|{{uc:enableSaving}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:enableSaving}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:enableSaving}}]]

Revision as of 09:58, 10 October 2020

Hover & click on the images for description

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

Bottom Section