ACE3/addons/common/functions/fnc_hashCreate.sqf
2015-09-19 21:33:25 +02:00

16 lines
190 B
Plaintext

/*
* Author: ?
* Returns an empty hash structure
*
* Arguments:
* None
*
* Return Value:
* Empty Hash Structure <ARRAY>
*
* Public: No
*/
#include "script_component.hpp"
[[],[]]