saveGame: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Arma_3:_Event_Handlers/ScriptedEventHandlers" to "[[Arma 3: Scripted Event Handlers") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
|gr1= Mission Information | |gr1= Mission Information | ||
|descr= Autosaves the game (used for Retry). 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 Arma 3 v1.88 a [[BIS_fnc_addScriptedEventHandler | scripted event handler]] [[Arma 3: Scripted Event Handlers#Events | <tt>"OnSaveGame"</tt>]] is available.}} | ||
Line 33: | Line 33: | ||
|x1= <code>[[saveGame]];</code> | |x1= <code>[[saveGame]];</code> | ||
|seealso= [[enableSaving]], [[loadGame]], [[savingEnabled]] | |seealso= [[isSaving]] [[enableSaving]], [[loadGame]], [[savingEnabled]] | ||
}} | }} |
Revision as of 11:18, 5 November 2021
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 enableSavingloadGamesavingEnabled
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Mission Information