saveProfileNamespace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Replace warnings) |
(Some improvements to the description, added links to the Profile page) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Saves | | Saves all variables stored in [[profileNamespace]] to the (persistently stored) active [[Profile]]. | ||
{{ | {{Warning|[[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).}} | ||
{{Important|Do not save large amounts of data to the profile; the larger the profile file gets, the slower it loads!}} | |||
{{Feature|tkoh|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.}} | |||
|DESCRIPTION= | |||
{{Feature|tkoh|Heliport status (used in the Career mode for example) is stored in this | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 25: | Line 24: | ||
|x1= <code>saveProfileNamespace;</code> |= | |x1= <code>saveProfileNamespace;</code> |= | ||
| [[profileNamespace]] |SEEALSO= | | [[profileNamespace]], [[Profile]] |SEEALSO= | ||
}} | }} | ||
Line 33: | Line 32: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt class="note">Unknown | |||
<dt class="note"> | |||
<dd class="note">Variables are also saved when the game is quit. | <dd class="note">Variables are also saved when the game is quit. | ||
Revision as of 19:09, 27 December 2020
Description
- Description:
- Saves all variables stored in profileNamespace to the (persistently stored) active Profile.
- 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
Categories:
- Scripting Commands
- Introduced with Take On Helicopters version 1.00
- Take On Helicopters: New Scripting Commands
- Take On Helicopters: Scripting Commands
- Command Group: System
- Scripting Commands Take On Helicopters
- Take On Helicopters: New Scripting Commands List
- Arma 2: Operation Arrowhead: New Scripting Commands List
- Scripting Commands Arma 2
- Scripting Commands Arma 3