OsuRoom.tryListRefs

Lists all match referees. Note that potentially this list might not be complete if a message packet gets lost.

  1. string[] listRefs()
  2. string[] tryListRefs()
    class OsuRoom
    nothrow
    string[]
    tryListRefs
    ()

Return Value

Type: string[]

the list of player names who are match referees.

Throws

NoServerResponseException for no response from bancho.

Meta