BIN fnc savingEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|1.00|= Game version" to "|1.94|Game version=")
m (Some wiki formatting)
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.94


| arma3 |= Game name
|gr1= Missions


|1.94|Game version=
|descr= Returns the value of <sqf inline>missionNamespace getVariable ["BIN_enableSaving", true]</sqf>.
____________________________________________________________________________________________
{{Feature|arma3contact}}


| ''N/A'' |= Description
|s1= call [[BIN_fnc_savingEnabled]]
____________________________________________________________________________________________


| <!-- [] call [[BIN_fnc_savingEnabled]]; --> |= Syntax
|r1= [[Boolean]]


|p1= |= Parameter 1
|x1= <sqf>call BIN_fnc_savingEnabled == (missionNamespace getVariable ["BIN_enableSaving", true]); // true</sqf>
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[BIS_fnc_enableSaving]] [[BIS_fnc_disableSaving]] [[saveGame]] [[loadGame]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:savingEnabled}}]]
[[Category:Functions|{{uc:savingEnabled}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:savingEnabled}}]]

Latest revision as of 12:12, 13 July 2022

Hover & click on the images for description

Description

Description:
Returns the value of missionNamespace getVariable ["BIN_enableSaving", true].
enoch icon ca.png
This content is exclusive to the Arma 3 Contact Expansion.
Execution:
call
Groups:
Missions

Syntax

Syntax:
call BIN_fnc_savingEnabled
Return Value:
Boolean

Examples

Example 1:
call BIN_fnc_savingEnabled == (missionNamespace getVariable ["BIN_enableSaving", true]); // 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