currentNamespace: Difference between revisions
Jump to navigation
Jump to search
m (Command Group: Variables) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| '''currentNamespace''' |= Syntax | | '''currentNamespace''' |= Syntax | ||
|p1= |= | |p1= |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Namespace]] |= | | [[Namespace]] |RETURNVALUE= | ||
|x1= <code>[[if]] ([[currentNamespace]] [[isEqualTo]] [[uiNamespace]]) [[then]] {[[hint]] "This is uiNamespace"};</code>|= | |x1= <code>[[if]] ([[currentNamespace]] [[isEqualTo]] [[uiNamespace]]) [[then]] {[[hint]] "This is uiNamespace"};</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[missionNamespace]], [[uiNamespace]], [[parsingNamespace]], [[profileNamespace]], [[with]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] |= | | [[missionNamespace]], [[uiNamespace]], [[parsingNamespace]], [[profileNamespace]], [[with]], [[ArmA:_Editing#Forward_Compatibility|Forward Compatibility]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:30, 7 April 2019
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
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