TicketManager

Summary

Methods

Method Returns
SetTicketCount(team: TeamId, ticketCount: int) bool
GetTicketCount(team: TeamId) float
GetCurrentRound() int
GetRoundCount() int

Methods

SetTicketCount

SetTicketCount(team: TeamId, ticketCount: int): bool

Parameters

Name Type Description
team TeamId
ticketCount int

Returns

Type Description
bool

GetTicketCount

GetTicketCount(team: TeamId): float

Parameters

Name Type Description
team TeamId

Returns

Type Description
float

GetCurrentRound

GetCurrentRound(): int

Returns

Type Description
int

GetRoundCount

GetRoundCount(): int

Returns

Type Description
int
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)