uiNamespace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(33 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= < | |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]] | |||
| [[missionNamespace]] | |||
}} | }} | ||
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