uiNamespace: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - "" to "") |
||
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 | | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
| | |version3= 1.00 | ||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Namespaces | ||
|gr2= Variables | |||
|gr3= GUI Control | |||
| | |descr= Returns the global namespace attached to user interface. | ||
| | |s1= [[uiNamespace]] | ||
| | |r1= [[Namespace]] | ||
| [ | |x1= <sqf> uiNamespace setVariable ["LIB_interruptDisplay", _display];</sqf> | ||
|x2= <sqf> | |||
| | uiNamespace setVariable ["myVar", 46]; | ||
with uiNamespace do | |||
{ | |||
hint str myVar; // 46 | |||
}; | }; | ||
</ | </sqf> | ||
| [[missionNamespace]] | |seealso= [[missionNamespace]] [[currentNamespace]] [[parsingNamespace]] [[profileNamespace]] [[localNamespace]] [[allVariables]] [[with]] [[do]] [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] | ||
}} | }} | ||
Revision as of 12:54, 26 April 2023
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