ACE3/addons/common/functions/fnc_hashListCreateList.sqf

8 lines
118 B
Plaintext
Raw Normal View History

2015-01-14 21:29:52 +00:00
//fnc_hashListCreateList.sqf
#include "script_component.hpp"
private ["_keys"];
_keys = _this select 0;
[_keys,[]];