currentNamespace: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command Group: Variables)
m (template:command argument fix)
Line 12: Line 12:
| '''currentNamespace''' |= Syntax
| '''currentNamespace''' |= Syntax


|p1= |= PARAMETER1
|p1= |PARAMETER1=  


|p2= |= PARAMETER2
|p2= |PARAMETER2=  


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


| [[Namespace]] |= RETURNVALUE
| [[Namespace]] |RETURNVALUE=  




|x1= <code>[[if]] ([[currentNamespace]] [[isEqualTo]] [[uiNamespace]]) [[then]] {[[hint]] "This is uiNamespace"};</code>|= EXAMPLE1
|x1= <code>[[if]] ([[currentNamespace]] [[isEqualTo]] [[uiNamespace]]) [[then]] {[[hint]] "This is uiNamespace"};</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[missionNamespace]], [[uiNamespace]], [[parsingNamespace]], [[profileNamespace]], [[with]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] |= SEEALSO
| [[missionNamespace]], [[uiNamespace]], [[parsingNamespace]], [[profileNamespace]], [[with]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:30, 7 April 2019

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