savingEnabled

From Bohemia Interactive Community
Revision as of 02:13, 16 March 2014 by Master85 (talk | contribs) (added example, see also)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Check if saving the game is enabled.
Groups:
Uncategorised

Syntax

Syntax:
savingEnabled
Return Value:
Boolean

Examples

Example 1:
if (savingEnabled) then { hint "Saving is enabled!"; };

Additional Information

See also:
enableSavingloadGamesaveGame

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

Notes

Bottom Section