emulinker
Toggle table of contents
1.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
emulinker
emulinker
/
org.emulinker.kaillera.controller.v086.protocol
/
ServerStatus
/
Game
Game
data
class
Game
(
val
romName
:
String
,
val
gameId
:
Int
,
val
clientType
:
String
,
val
username
:
String
,
val
playerCountOutOfMax
:
String
,
val
status
:
GameStatus
)
Members
Constructors
Game
Link copied to clipboard
constructor
(
romName
:
String
,
gameId
:
Int
,
clientType
:
String
,
username
:
String
,
playerCountOutOfMax
:
String
,
status
:
GameStatus
)
Properties
client
Type
Link copied to clipboard
val
clientType
:
String
game
Id
Link copied to clipboard
val
gameId
:
Int
num
Bytes
Link copied to clipboard
val
numBytes
:
Int
player
Count
Out
Of
Max
Link copied to clipboard
val
playerCountOutOfMax
:
String
Formatted like "2/4", showing the number of players present out of the max allowed in the room.
rom
Name
Link copied to clipboard
val
romName
:
String
status
Link copied to clipboard
val
status
:
GameStatus
username
Link copied to clipboard
val
username
:
String
Functions
write
To
Link copied to clipboard
fun
writeTo
(
buffer
:
ByteBuf
)
fun
writeTo
(
buffer
:
ByteBuffer
)