uiNamespace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|s1=" to " |s1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
|game2= arma2oa | |game2= arma2oa | ||
Line 13: | Line 13: | ||
|version4= 0.50 | |version4= 0.50 | ||
|gr1= | |gr1= Namespaces | ||
|gr2= Variables | |gr2= Variables | ||
| | |gr3= GUI Control | ||
|s1= | |descr= Returns the global namespace attached to user interface. | ||
|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= | |seealso= [[missionNamespace]] [[currentNamespace]] [[parsingNamespace]] [[profileNamespace]] [[localNamespace]] [[allVariables]] [[with]] [[do]] [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] | ||
}} | }} | ||
Latest revision as of 12:58, 12 March 2024
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:
- missionNamespace currentNamespace parsingNamespace profileNamespace localNamespace allVariables with do Forward 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