Creates namespace containing all variables stored in a CBA hash.
| _hash | a hash ARRAY |
| _isGlobal | create a global namespace (optional, default: false) <BOOLEAN> |
| _namespace | a namespace <LOCATION, OBJECT> |
private _hash = profileNamespace getVariable "My_serializedNamespace"; My_namespace = [_hash] call CBA_fnc_deserializeNamespace;
commy2