profileNamespace

From Bohemia Interactive Community
Revision as of 12:45, 28 February 2021 by R3vo (talk | contribs) (Text replacement - "Category:Arma 2: Operation Arrowhead: New Scripting Commands List" to "Category:Arma 2: Operation Arrowhead: New Scripting Commands")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Groups:
Variables

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
_namespace = profileNamespace;
Example 2:
profileNamespace setVariable ["var_kills",10000]; _playerKills = profileNamespace getVariable "var_kills";

Additional Information

See also:
See also needed

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
Unknown
The variables are loaded when the user profile is loaded or changed.