Contains the players on a card game team.
protected var _index:int
index:int [read-only]
Access the index of this team in the containing table's team array.
Implementation
public function get index():int
protected var _players:Array
players:Array [read-only]
Access the array of absolute seating positions of the players on this team.
Implementation
public function get players():Array
public function Team(index:int, players:Array) Create a new team.
Parameters
| index:int — the position of this team in the Table's team array
|
| |
| players:Array — the absolute seating positions of the players on this team. |
public function hasSeat(seat:int):Boolean Test if the given absolute seating position is on this team
Parameters
Returns
public function toString():String
Returns