OsuRoom.start

Starts a match after a specified amount of seconds. If after is <= 0 the game will be started immediately. The timeout can be canceled using abortTimer.

class OsuRoom
bool
start
(
Duration after = Duration.zero
)

Return Value

Type: bool

false if the match was already started, true otherwise.

Throws

NoServerResponseException for no response from bancho

Meta