currentNamespace

From Bohemia Interactive Community
Revision as of 22:33, 23 August 2015 by Dr StrangePete (talk | contribs) (Command Group: Variables)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns current global namespace the script runs in.
Groups:
Uncategorised

Syntax

Syntax:
currentNamespace
Return Value:
Namespace

Examples

Example 1:
if (currentNamespace isEqualTo uiNamespace) then {hint "This is uiNamespace"};

Additional Information

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

Notes

Bottom Section