toggle menu
osrs-226-model
1.0.0-ALPHA-20241221
jvm
switch theme
search in API
osrs-226-model
/
net.rsprot.protocol.game.outgoing.misc.client
/
HiscoreReply
/
HiscoreResult
Hiscore
Result
class
HiscoreResult
(
val
id
:
Int
,
val
rank
:
Int
,
val
result
:
Int
)
Members
Constructors
Hiscore
Result
Link copied to clipboard
constructor
(
id
:
Int
,
rank
:
Int
,
result
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
rank
Link copied to clipboard
val
rank
:
Int
result
Link copied to clipboard
val
result
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String