diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.hpp b/Sources/epoch_config/Configs/CfgClientFunctions.hpp index cd4f9a14..b43cd670 100644 --- a/Sources/epoch_config/Configs/CfgClientFunctions.hpp +++ b/Sources/epoch_config/Configs/CfgClientFunctions.hpp @@ -82,6 +82,8 @@ class CfgClientFunctions { class getInMan {}; class getOutMan {}; + class InventoryClosed {}; + class InventoryOpened {}; }; class setup { @@ -165,6 +167,21 @@ class CfgClientFunctions class initUI {}; class refeshUI {}; }; + class customs + { + file = "epoch_code\customs"; + class custom_EH_FiredMan {}; + class custom_EH_GetInMan {}; + class custom_EH_GetOutMan {}; + class custom_EH_InventoryClosed {}; + class custom_EH_InventoryOpened {}; + class custom_EH_KeyDown {}; + class custom_EH_KeyUp {}; + class custom_EH_Killed {}; + class custom_EH_Put {}; + class custom_EH_Take {}; + class custom_OnEachFrame {}; + }; class messaging { file = "epoch_code\gui\scripts\messaging";