uiNamespace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| arma2 \| *([0-9]\.[0-9]{2}) * " to " | arma2 |$1 |game2= arma2oa |version2= 1.50 |game3= tkoh |version3= 1.00 |game4= arma3 |version4= 0.50 ")
m (Some wiki formatting)
 
(20 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= GUI Control
|gr1= Namespaces
 
|gr2= Variables
|gr2= Variables


| Returns the global namespace attached to user interface.
|gr3= GUI Control


| '''uiNamespace'''
|descr= Returns the global namespace attached to user interface.


| [[Namespace]]
|s1= [[uiNamespace]]


|x1= <code>[[uiNamespace]] [[setVariable]] ["LIB_interruptDisplay", _display];</code>
|r1= [[Namespace]]


|x2= <code>[[uiNamespace]] [[setVariable]] ["myVar", 46];
|x1= <sqf>uiNamespace setVariable ["LIB_interruptDisplay", _display];</sqf>
[[with]] [[uiNamespace]] [[do]] {
 
[[hint]] [[str]] myVar; //46
|x2= <sqf>
uiNamespace setVariable ["myVar", 46];
with uiNamespace do
{
hint str myVar; // 46
};
};
</code>
</sqf>


| [[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]]
}}
}}
<dl class="command_description">
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 13:58, 12 March 2024

Hover & click on the images for description

Description

Description:
Returns the global namespace attached to user interface.
Groups:
NamespacesVariablesGUI Control

Syntax

Syntax:
uiNamespace
Return Value:
Namespace

Examples

Example 1:
uiNamespace setVariable ["LIB_interruptDisplay", _display];
Example 2:
uiNamespace setVariable ["myVar", 46]; with uiNamespace do { hint str myVar; // 46 };

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