isSaving: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
(One intermediate revision by the same user not shown)
Line 20: Line 20:
};</code>
};</code>


|seealso= [[saveGame]] [[enableSaving]], [[loadGame]], [[savingEnabled]]
|seealso= [[saveGame]] [[enableSaving]] [[loadGame]] [[savingEnabled]]
}}
}}

Revision as of 17:41, 20 January 2022

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.08.

Description

Description:
Returns the status of autosave request, made when saveGame command is executed. When request is made, the command immediately returns true. The engine then handles the saving and when it is done, the command returns false.
Groups:
Mission Information

Syntax

Syntax:
isSaving
Return Value:
Boolean - true autosave request is made, false autosave request is processed

Examples

Example 1:
[] spawn { saveGame; waitUntil { !isSaving }; systemChat "Game Saving Is Done!"; };

Additional Information

See also:
saveGame enableSaving loadGame savingEnabled

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