Successful Hiscore Reply
class SuccessfulHiscoreReply(val statResults: List<HiscoreReply.HiscoreResult>, val overallRank: Int, val overallExperience: Long, val activityResults: List<HiscoreReply.HiscoreResult>) : HiscoreReply.HiscoreReplyResponse
A successful hiscore reply, transmitting all the stat and activity results. It is worth noting that because the packet isn't used, it is not entirely certain that the naming of these properties is accurate. These are merely a guess based on the hiscore json syntax.
Constructors
Link copied to clipboard
constructor(statResults: List<HiscoreReply.HiscoreResult>, overallRank: Int, overallExperience: Long, activityResults: List<HiscoreReply.HiscoreResult>)