ACE3/addons/common/functions/fnc_hashListCreateList.sqf
2015-01-14 13:29:52 -08:00

8 lines
118 B
Plaintext

//fnc_hashListCreateList.sqf
#include "script_component.hpp"
private ["_keys"];
_keys = _this select 0;
[_keys,[]];