Merge pull request #301 from alliedmodders/get-team-entity
Add GetTeamEntity native to SDKTools.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user