team.GetName
From GMod Wiki
Revision as of 18:07, 1 February 2010 by Brutalbarnard (Talk | contribs)
Function | |
Syntax |
team.GetName( Integer TeamIndex ) Where is this used? |
Description: | |
Gets a Team's Name | |
Returns: | String TeamName |
Part of Library: | Team |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Team.GetName]Team.GetName [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Gets Team 1's Name. |
---|---|
Used on | |
Code | Msg(team.GetName(1)) |
Output | Outputs Team 1's Name in Console. |