-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCfgFunctions.hpp
21 lines (21 loc) · 1.05 KB
/
CfgFunctions.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
class CfgFunctions
{
class GRRA
{
class Functions
{
file = GRRA_FUNCTIONS_DIR;
tag = "GRRA";
class initPlayer {postInit = 1;}; // GRRA_fnc_initPlayer
class cleanArsenalBox {}; // GRRA_fnc_cleanArsenalBox
class rolesMatch {}; // GRRA_fnc_rolesMatch
class sidesMatch {}; // GRRA_fnc_sidesMatch
class playerUIDMatch {}; // GRRA_fnc_playerUIDMatch
class strToArray {}; // GRRA_fnc_strToArray
class fileStringToArray {}; // GRRA_fnc_fileStringToArray
class addItemsVanillaArsenal {}; // GRRA_fnc_addItemsVanillaArsenal
class aceGetAllCfgItems {}; // GRRA_fnc_aceGetAllCfgItems
class formatter {}; // GRRA_fnc_formatter
};
};
};