localNamespace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 2.00 | |||
| | |gr1= Namespaces | ||
| | |gr2= Variables | ||
| | |gr3= Multiplayer | ||
| Returns local [[Namespace]] attached to the mission. Has the same lifetime as [[missionNamespace]] but variables '''cannot be broadcasted''' out of or into this namespace in multiplayer and will not be serialized when game is saved. UI variables can be safely stored in this namespace. Use [[allVariables]] command to save the variables elsewhere if required. | |descr= Returns local [[Namespace]] attached to the mission. | ||
Has the same lifetime as [[missionNamespace]] but variables '''cannot be broadcasted''' out of or into this namespace in multiplayer and will not be serialized when game is saved. UI variables can be safely stored in this namespace. | |||
Use [[allVariables]] command to save the variables elsewhere if required. | |||
| [[localNamespace]] | |s1= [[localNamespace]] | ||
| | |r1= [[Namespace]] | ||
| | |x1= <sqf>localNamespace setVariable ["abc", 123];</sqf> | ||
| | |x2= <sqf>with localNamespace do { hint str abc };</sqf> | ||
| | |seealso= [[missionNamespace]] [[uiNamespace]] [[parsingNamespace]] [[profileNamespace]] [[currentNamespace]] [[allVariables]] | ||
}} | }} | ||
Latest revision as of 12:01, 4 May 2022
Description
- Description:
- Returns local Namespace attached to the mission. Has the same lifetime as missionNamespace but variables cannot be broadcasted out of or into this namespace in multiplayer and will not be serialized when game is saved. UI variables can be safely stored in this namespace. Use allVariables command to save the variables elsewhere if required.
- Groups:
- NamespacesVariablesMultiplayer
Syntax
- Syntax:
- localNamespace
- Return Value:
- Namespace
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- missionNamespace uiNamespace parsingNamespace profileNamespace currentNamespace allVariables
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