BIS fnc enableSaving: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 34: | Line 34: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:enableSaving}}]] | [[Category:Functions|{{uc:enableSaving}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:enableSaving}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:enableSaving}}]] |
Revision as of 09:03, 10 October 2020
Description
- Description:
- Controls the enabling of saving. Will only enable saving if there are no remaining requests for disabled saving.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- id call BIS_fnc_enableSaving
- Parameters:
- id: String - Unique id previously used to disable saving via BIS_fnc_disableSaving
- Return Value:
- Boolean - True if successful, false if not
Examples
- Example 1:
"savingID" call BIS_fnc_enableSaving;
Additional Information
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