team_list()
Syntax
team_list()
team_list(team)
Returns all available teams as a list with no arguments.
When a team
is specified, it returns all the players inside that team. If the
team
is invalid, returns null
.
team_list()
team_list(team)
Returns all available teams as a list with no arguments.
When a team
is specified, it returns all the players inside that team. If the
team
is invalid, returns null
.