Element/Team: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ The team class represents teams controlled by the server. This class is created created/destroyed using scripting functions on the server. The element type of this class is '''"...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
The team class represents teams | The team class represents player teams. Players on the same team can use team features such as teamchat or friendly fire. | ||
The element type of this class is '''"team"'''. | The element type of this class is '''"team"'''. |
Revision as of 11:47, 23 August 2007
The team class represents player teams. Players on the same team can use team features such as teamchat or friendly fire.
The element type of this class is "team".
Related scripting functions
Client
- Shared
- countPlayersInTeam
- getPlayerTeam
- getPlayersInTeam
- getTeamColor
- getTeamFriendlyFire
- getTeamFromName
- getTeamName
Server
- countPlayersInTeam
- getPlayerTeam
- getPlayersInTeam
- getTeamColor
- getTeamFriendlyFire
- getTeamFromName
- getTeamName