BIN fnc savingEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])=(.*) \|version([0-9])=(.*) " to "|game$1=$2 |version$3=$4 ")
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=")
Line 11: Line 11:
|  call [[BIN_fnc_savingEnabled]];
|  call [[BIN_fnc_savingEnabled]];


| [[Boolean]]
\|r1= [[Boolean]]


|x1= <code>[[missionNamespace]] [[getVariable]] ["bin_enableSaving",[[true]]]</code>
\|x1= <code>[[missionNamespace]] [[getVariable]] ["bin_enableSaving",[[true]]]</code>


|seealso= [[BIS_fnc_enableSaving]] [[BIS_fnc_disableSaving]] [[saveGame]] [[loadGame]]
|seealso= [[BIS_fnc_enableSaving]] [[BIS_fnc_disableSaving]] [[saveGame]] [[loadGame]]
}}
}}

Revision as of 11:24, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Missions

Syntax

Syntax:
Syntax needed
Return Value:
Boolean \

Examples

Example 1:
missionNamespace getVariable ["bin_enableSaving",true]

Additional Information

See also:
BIS_fnc_enableSaving BIS_fnc_disableSaving saveGame loadGame

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