Creates CBA hash containing all variables stored in a namespace.
_namespace | a namespace <LOCATION, OBJECT> |
_defaultValue | Default value. Used when key doesn’t exist. A key is also removed from the hash if the value is set to this default [Any, defaults to nil] |
_hash | a hash ARRAY |
private _hash = _namespace call CBA_fnc_serializeNamespace; profileNamespace setVariable ["My_serializedNamespace", _hash];
commy2