sel-hncom ~master (2018-02-19T18:43:11Z)
Dub
Repo
OrderedGamePacket
sel
hncom
player
Undocumented in source.
@
serverbound
struct
OrderedGamePacket {
enum
ubyte
ID
;
uint
hubId
;
uint
order
;
ubyte
[]
payload
;
mixin
IO
!(
order
,
payload
)
;
}
Members
Mixins
__anonymous
mixin
IO
!(
order
,
payload
)
Undocumented in source.
Variables
ID
enum
ubyte
ID
;
Undocumented in source.
hubId
uint
hubId
;
Player's unique id given by the hub.
order
uint
order
;
Undocumented in source.
payload
ubyte
[]
payload
;
Undocumented in source.
Meta
Source
See Implementation
sel
hncom
player
mixin templates
IO
structs
Add
GamePacket
Kick
OrderedGamePacket
Packets
Remove
SerializedGamePacket
Transfer
UpdateDisplayName
UpdateLanguage
UpdateLatency
UpdatePacketLoss
UpdatePermissionLevel
UpdateViewDistance
UpdateWorld