1
0

Add cLuaWindow OnClicked Callback (#3901)

This commit is contained in:
Lane Kolbly
2017-08-17 09:27:43 -05:00
committed by Mattes D
parent 238f5bb338
commit 1ec85a2b2c
15 changed files with 156 additions and 3 deletions

View File

@@ -840,6 +840,10 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage);
{
Notes = "Called when the player has moved and the movement is now being applied.",
},
HOOK_PLAYER_OPENING_WINDOW =
{
Notes = "Called when the player is about to open a window. The plugin can return true to cancel the window opening.",
},
HOOK_PLAYER_PLACED_BLOCK =
{
Notes = "Called when the player has just placed a block",