Property | Type | Description | |
---|---|---|---|
awayTeam | List | ||
homeTeam | List | ||
time | string |
Method | Description | |
---|---|---|
StartingLineups ( ) : System | ||
addStarter ( bool isHome, string playerId ) : bool |
Adds a player to the StartingLineups object. Does *not* make sure only five are set.
|
|
pack ( string timeStamp ) : bool |
public addStarter ( bool isHome, string playerId ) : bool | ||
isHome | bool | true iff the player plays for the home team. |
playerId | string | The unique id for the player |
return | bool |