Add GetTeamEntity native to SDKTools.

This commit is contained in:
Nicholas Hastings
2015-03-10 07:27:43 -07:00
parent 7f24f137d6
commit ae8efdddcb
2 changed files with 21 additions and 0 deletions
+9
View File
@@ -259,6 +259,15 @@ native SetTeamScore(index, value);
*/
native GetTeamClientCount(index);
/**
* Returns the entity index of a team.
*
* @param teamIndex Team index.
* @return Entity index of team.
* @error Invalid team index.
*/
native int GetTeamEntity(int teamIndex);
/**
* Sets the model to a given entity.
*