Update CfgClientFunctions.hpp

This commit is contained in:
He-Man 2017-02-05 18:57:40 +01:00 committed by GitHub
parent 2f7216d63c
commit b70f05e023

View File

@ -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";