savingEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added example, see also)
Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>[[if]] ([[savingEnabled]]) [[then]] {
  [[hint]] "Saving is enabled!";
};</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[enableSaving]], [[loadGame]], [[saveGame]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 02:13, 16 March 2014

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