mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update CfgClientFunctions.hpp
This commit is contained in:
parent
2f7216d63c
commit
b70f05e023
@ -82,6 +82,8 @@ class CfgClientFunctions
|
|||||||
{
|
{
|
||||||
class getInMan {};
|
class getInMan {};
|
||||||
class getOutMan {};
|
class getOutMan {};
|
||||||
|
class InventoryClosed {};
|
||||||
|
class InventoryOpened {};
|
||||||
};
|
};
|
||||||
class setup
|
class setup
|
||||||
{
|
{
|
||||||
@ -165,6 +167,21 @@ class CfgClientFunctions
|
|||||||
class initUI {};
|
class initUI {};
|
||||||
class refeshUI {};
|
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
|
class messaging
|
||||||
{
|
{
|
||||||
file = "epoch_code\gui\scripts\messaging";
|
file = "epoch_code\gui\scripts\messaging";
|
||||||
|
Loading…
Reference in New Issue
Block a user