From 925f960ea2aeeea8eaeae94a8ef6602690b215c2 Mon Sep 17 00:00:00 2001 From: dImrich Date: Thu, 4 Feb 2021 00:33:17 +0100 Subject: Adds playerlist header and footer broadcasting (1.8-1.13) --- src/Root.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Root.h') diff --git a/src/Root.h b/src/Root.h index 696b31ce3..74a0acbb4 100644 --- a/src/Root.h +++ b/src/Root.h @@ -166,6 +166,9 @@ public: /** Broadcast playerlist removal through all worlds */ void BroadcastPlayerListsRemovePlayer(const cPlayer & a_Player, const cClientHandle * a_Exclude = nullptr); + /** Broadcast playerlist header and footer through all worlds */ + void BroadcastPlayerListsHeaderFooter(const cCompositeChat & a_Header, const cCompositeChat & a_Footer); // tolua_export + // tolua_begin /** Sends a chat message to all connected clients (in all worlds) */ -- cgit v1.2.3