BIS fnc OM saveGame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported)
m (Text replacement - "\[\[Category\:Function Group\: Old Man(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 6: Line 5:


| 1.98 |Game version=
| 1.98 |Game version=
|gr1 = Old Man |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''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=
}}
}}


Line 32: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Systems|{{uc:OM_saveGame}}]]

Revision as of 00:28, 13 October 2020

Hover & click on the images for description

Description

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

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