OsuRoom.ratelimit

Manually wait until you can send a message again.

  1. void ratelimit(bool put)
    class OsuRoom
    void
    ratelimit
    (
    bool put
    )
  2. 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