ACE3/addons/common/functions/fnc_hashListCreateList.sqf
2015-09-20 16:40:49 +02:00

18 lines
152 B
Plaintext

/*
* Author: ?
* ?
*
* Arguments:
* ?
*
* Return Value:
* ?
*
* Public: ?
*/
#include "script_component.hpp"
params ["_keys"];
[_keys,[]];