mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
190 B
Plaintext
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"
|
|
|
|
[[],[]]
|