From b4d9732fe9281d58e6970f336054205471bec74c Mon Sep 17 00:00:00 2001 From: PlasmaPower Date: Sun, 29 May 2016 11:12:18 -0600 Subject: Added GetTeamNames to cScoreboard (#3217) Resolves #3210 --- src/Scoreboard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Scoreboard.h') diff --git a/src/Scoreboard.h b/src/Scoreboard.h index 092cfd8ed..597c502c7 100644 --- a/src/Scoreboard.h +++ b/src/Scoreboard.h @@ -256,6 +256,9 @@ public: // tolua_end + /** Retrieves the list of team names */ + AStringVector GetTeamNames(); + /** Send this scoreboard to the specified client */ void SendTo(cClientHandle & a_Client); -- cgit v1.2.3