Feat(LuaEngine/PlayerHooks): Add OnCanPlayerResurrect (#236)

This commit is contained in:
iThorgrim
2025-02-08 07:33:43 +01:00
committed by GitHub
parent ccfcc5f86f
commit 7511f38eab
5 changed files with 17 additions and 0 deletions

View File

@@ -716,6 +716,8 @@ namespace LuaGlobalFunctions
* PLAYER_EVENT_ON_CAN_GROUP_INVITE = 55, // (event, player, memberName) - Can return false to prevent inviting
* PLAYER_EVENT_ON_GROUP_ROLL_REWARD_ITEM = 56, // (event, player, item, count, voteType, roll)
* PLAYER_EVENT_ON_BG_DESERTION = 57, // (event, player, type)
* PLAYER_EVENT_ON_PET_KILL = 58, // (event, player, killer)
* PLAYER_EVENT_ON_CAN_RESURRECT = 59, // (event, player)
* };
* </pre>
*