currentNamespace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(WIP)
 
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns current global namespace. |= Description
| Returns current global namespace the script runs in. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:19, 23 June 2015

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.47|1.47]]
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

[[Category:Introduced with arma3dev version 1.47]][[ Category: arma3dev: New Scripting Commands | CURRENTNAMESPACE]][[ Category: arma3dev: Scripting Commands | CURRENTNAMESPACE]]

Notes

Bottom Section