Skip to content

Commit

Permalink
Add outputChat oopdef to Team
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Sep 13, 2015
1 parent 68117db commit 0646593
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void CLuaTeamDefs::AddClass ( lua_State* luaVM )
lua_classfunction ( luaVM, "getFromName", "getTeamFromName" );
lua_classfunction ( luaVM, "countPlayers", "countPlayersInTeam" );
lua_classfunction ( luaVM, "getPlayers", "getPlayersInTeam" );
lua_classfunction ( luaVM, "outputChat", "outputChatBox", CLuaFunctionDefs::OOP_OutputChatBox );

lua_classfunction ( luaVM, "getFriendlyFire", "getTeamFriendlyFire" );
lua_classfunction ( luaVM, "getName", "getTeamName" );
Expand Down

0 comments on commit 0646593

Please sign in to comment.