uiNamespace: Difference between revisions
Jump to navigation
Jump to search
m (Added command group Namespaces) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 19: | Line 19: | ||
|descr= Returns the global namespace attached to user interface. | |descr= Returns the global namespace attached to user interface. | ||
|s1= | |s1= [[uiNamespace]] | ||
|r1= [[Namespace]] | |r1= [[Namespace]] | ||
|x1= < | |x1= <sqf> uiNamespace setVariable ["LIB_interruptDisplay", _display];</sqf> | ||
|x2= < | |x2= <sqf> | ||
uiNamespace setVariable ["myVar", 46]; | |||
with uiNamespace do | |||
{ | |||
hint str myVar; // 46 | |||
}; | }; | ||
</ | </sqf> | ||
|seealso= [[missionNamespace]], [[currentNamespace]], [[parsingNamespace]], [[profileNamespace]], [[localNamespace]], [[allVariables]], [[with]], [[do]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] | |seealso= [[missionNamespace]], [[currentNamespace]], [[parsingNamespace]], [[profileNamespace]], [[localNamespace]], [[allVariables]], [[with]], [[do]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] | ||
}} | }} |
Revision as of 21:05, 18 April 2022
Description
- Description:
- Returns the global namespace attached to user interface.
- Groups:
- NamespacesVariablesGUI Control
Syntax
- Syntax:
- uiNamespace
- Return Value:
- Namespace
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- missionNamespacecurrentNamespaceparsingNamespaceprofileNamespacelocalNamespaceallVariableswithdoForward Compatibility
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