zscript-doc/api/player/Team.md

28 lines
259 B
Markdown

# Team
A team as defined in `TEAMINFO`.
```
struct Team
{
const Max;
const NoTeam;
string mName;
}
```
### `Max`
The maximum number of teams.
### `NoTeam`
A constant index for a player with no team.
### `mName`
The name of the team.
<!-- EOF -->