saveGame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 25: Line 25:


|descr= Autosaves the game (used for Retry). The saving is not started immediately, the request for autosave is made instead. To check the status of the request, use [[isSaving]]. The game can then be loaded from the last autosave with [[loadGame]]. Will not save if the player is [[objNull | null]] or dead.
|descr= Autosaves the game (used for Retry). The saving is not started immediately, the request for autosave is made instead. To check the status of the request, use [[isSaving]]. The game can then be loaded from the last autosave with [[loadGame]]. Will not save if the player is [[objNull | null]] or dead.
{{Feature | arma3 | Since Arma 3 v1.88 a [[BIS_fnc_addScriptedEventHandler | scripted event handler]] [[Arma 3: Scripted Event Handlers#Events | <tt>"OnSaveGame"</tt>]] is available.}}
{{Feature|arma3|Since {{GVI|arma3|1.88}} a {{hl|[[Arma 3: Scripted Event Handlers#Events | "OnSaveGame"]]}} [[BIS_fnc_addScriptedEventHandler | scripted event handler]] is available.}}


|s1= '''saveGame'''
|s1= [[saveGame]]


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[saveGame]];</code>
|x1= <sqf>saveGame;</sqf>


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

Latest revision as of 16:30, 10 May 2022

Hover & click on the images for description

Description

Description:
Autosaves the game (used for Retry). The saving is not started immediately, the request for autosave is made instead. To check the status of the request, use isSaving. The game can then be loaded from the last autosave with loadGame. Will not save if the player is null or dead.
Groups:
Mission Information

Syntax

Syntax:
saveGame
Return Value:
Nothing

Examples

Example 1:
saveGame;

Additional Information

See also:
isSaving 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