ACE3/addons/common/functions/fnc_hashCreate.sqf

18 lines
255 B
Plaintext
Raw Normal View History

2015-09-19 19:33:25 +00:00
/*
* Author: ?
* Returns an empty hash structure
*
* Arguments:
* None
*
* Return Value:
* Empty Hash Structure <ARRAY>
*
* Public: No
*/
2015-01-14 21:29:52 +00:00
#include "script_component.hpp"
ACE_DEPRECATED(QFUNC(hashCreate),"3.8.0","CBA_fnc_hashCreate");
2015-01-14 21:29:52 +00:00
[[],[]]