武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
Returns the global namespace attached to user interface.

基本句法

句法:
uiNamespace
返回值:
Namespace

范例

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

额外资讯

多人游戏:
-
也可以看看:
missionNamespacecurrentNamespaceparsingNamespaceprofileNamespacewithdoForward Compatibility

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

GossamerSolid
variables in uiNamespace are not lost between mission changes, they are carried over. Also take note that the server can make use of uiNamespace.
Posted on 29 September, 2014
BrotherhoodOfHam

^The same can be said with parsingNamespace.

Bottom Section

Advertisement