Gamemode.GetTeamScoreInfo
From GMod Wiki
Event Hook | |
Hook Name | GetTeamScoreInfo |
Syntax | GM:GetTeamScoreInfo( ) |
Description | Returns a table of information about teams and their players. |
Returns | Table team info |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.GetTeamScoreInfo]Gamemode.GetTeamScoreInfo [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Doesn't appear to be used in the base Garry's Mod. Call it with hook.Call to use it.