feat(Core/Scripting): Implement OnBattlefieldBeforeInvitePlayerToWar() (#24973)

This commit is contained in:
Andrew
2026-03-02 20:05:43 -03:00
committed by GitHub
parent c880590180
commit 8422ec906f
4 changed files with 25 additions and 4 deletions

View File

@@ -583,6 +583,7 @@ public: /* BattlefieldScript */
void OnBattlefieldPlayerLeaveZone(Battlefield* bf, Player* player);
void OnBattlefieldPlayerJoinWar(Battlefield* bf, Player* player);
void OnBattlefieldPlayerLeaveWar(Battlefield* bf, Player* player);
void OnBattlefieldBeforeInvitePlayerToWar(Battlefield* bf, Player* player);
public: /* BGScript */
void OnBattlegroundStart(Battleground* bg);