BIS fnc OM saveGame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported)
(Page filling)
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |Description=
| Saves the game - simply calls [[saveGame]]. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_OM_saveGame]]; --> |Syntax=
| call [[BIS_fnc_OM_saveGame]] |Syntax=
 
|p1= |Parameter 1=


| |Return value=
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |Example 1=  
|x1= <code>[[call]] [[BIS_fnc_OM_saveGame]];</code> |Example 1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |See also=
| [[saveGame]] |See also=
}}
}}



Revision as of 21:26, 3 June 2020

Hover & click on the images for description

Description

Description:
Saves the game - simply calls saveGame.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_OM_saveGame
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_OM_saveGame;

Additional Information

See also:
saveGame

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