ACE3/addons/common/functions/fnc_hashListCreateList.sqf

7 lines
92 B
Plaintext
Raw Normal View History

2015-01-14 21:29:52 +00:00
//fnc_hashListCreateList.sqf
#include "script_component.hpp"
2015-05-14 18:06:06 +00:00
PARAMS_1(_keys);
2015-01-14 21:29:52 +00:00
[_keys,[]];