uiNamespace: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "<br/>" to "<br>")
Line 43: Line 43:
<dt class="note">[[User:BrotherhoodOfHam|BrotherhoodOfHam]]
<dt class="note">[[User:BrotherhoodOfHam|BrotherhoodOfHam]]
<dd class="note">
<dd class="note">
<br/>
<br>
The same can be said with [[parsingNamespace]].
The same can be said with [[parsingNamespace]].



Revision as of 13:39, 14 March 2020

Hover & click on the images for description

Description

Description:
Returns the global namespace attached to user interface. Template:note
Groups:
Uncategorised

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:
missionNamespacecurrentNamespaceparsingNamespaceprofileNamespacewithdoForward Compatibility

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note

Notes

Posted on 29 September, 2014
BrotherhoodOfHam

The same can be said with parsingNamespace.

Bottom Section