Merge pull request #301 from alliedmodders/get-team-entity

Add GetTeamEntity native to SDKTools.
This commit is contained in:
Nicholas Hastings
2015-04-01 22:30:18 -04:00
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.
*