Creates a namespace. Used to store and read variables via setVariable and getVariable.
The Namespace is destroyed after the mission ends.
_isGlobal | create a global namespace (optional, default: false) <BOOLEAN> |
_namespace | a namespace <LOCATION, OBJECT> |
_namespace = call CBA_fnc_createNamespace; My_GlobalNamespace = true call CBA_fnc_createNamespace; publicVariable "My_GlobalNamespace";
commy2