team.TotalDeaths
From GMod Wiki
Revision as of 14:51, 22 October 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax |
team.TotalDeaths( Integer TeamIndex ) Where is this used? |
| Description: | |
| Gets the total deaths of a Team. | |
| Returns: | Integer Deaths |
| Part of Library: | Team |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Team.TotalDeaths]Team.TotalDeaths [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Gets deaths of Team 1. |
|---|---|
| Used on | |
| Code | Msg(team.TotalDeaths (1)) |
| Output | Outputs total deaths of Team 1 in Console. |