missionNamespace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Added command group Namespaces)
Line 13: Line 13:
|version4= 0.50
|version4= 0.50


|gr1= Variables
|gr1= Namespaces
|gr2= Variables


|descr= Returns the global namespace attached to mission.
|descr= Returns the global namespace attached to mission.

Revision as of 17:54, 18 March 2022

Hover & click on the images for description

Description

Description:
Returns the global namespace attached to mission.
Groups:
NamespacesVariables

Syntax

Syntax:
missionNamespace
Return Value:
Namespace

Examples

Example 1:
missionNamespace setVariable ["YourString",3];//Same as: YourString = 3; _yourString = missionNamespace getVariable "YourString";

Additional Information

See also:
currentNamespaceuiNamespaceparsingNamespaceprofileNamespacelocalNamespaceserverNamespaceallVariableswithForward 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