We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a009ddd commit fd1589fCopy full SHA for fd1589f
Client/mods/deathmatch/logic/luadefs/CLuaTeamDefs.cpp
@@ -36,6 +36,7 @@ void CLuaTeamDefs::AddClass ( lua_State* luaVM )
36
37
lua_classvariable ( luaVM, "playerCount", NULL, "countPlayersInTeam" );
38
lua_classvariable ( luaVM, "friendlyFire", NULL, "getTeamFriendlyFire" );
39
+ lua_classvariable ( luaVM, "players", NULL, "getPlayersInTeam" );
40
lua_classvariable ( luaVM, "name", NULL, "getTeamName" );
41
//lua_classvariable ( luaVM, "color", NULL, "getTeamColor" );
42
0 commit comments