saveProfileNamespace

From Bohemia Interactive Community
Revision as of 20:09, 27 December 2020 by Ansin11 (talk | contribs) (Some improvements to the description, added links to the Profile page)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Saves all variables stored in profileNamespace to the (persistently stored) active Profile.
saveProfileNamespace triggers a file operation. File operations are very slow (even on SSDs), as such it is not recommended to use this command too frequently (i.e. several times per second).
Do not save large amounts of data to the profile; the larger the profile file gets, the slower it loads!
Take On Helicopters
Heliport status (used in the Career mode for example) is stored in the file that is modified by this command, so be mindful of this to avoid losing data and progress.
Groups:
System

Syntax

Syntax:
saveProfileNamespace
Return Value:
Nothing

Examples

Example 1:
saveProfileNamespace;

Additional Information

See also:
profileNamespaceProfile

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

Unknown
Variables are also saved when the game is quit.

Bottom Section