savingEnabled: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
(added example, see also) |
||
Line 21: | Line 21: | ||
|x1= <code>( | |x1= <code>[[if]] ([[savingEnabled]]) [[then]] { | ||
[[hint]] "Saving is enabled!"; | |||
};</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[enableSaving]], [[loadGame]], [[saveGame]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 01:13, 16 March 2014
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