OsuRoom.ratelimitNothrow

Manually wait until you can send a message again.

  1. void ratelimit(bool put)
  2. bool ratelimitNothrow(bool put)
    class OsuRoom
    nothrow
    bool
    ratelimitNothrow
    (
    bool put
    )

Parameters

put bool

if false, the time won't get written to the ratelimit and it will just be waited for it.

Meta