sel-hncom ~master (2018-02-19T18:43:11Z)
Dub
Repo
UpdateSupportedProtocols
sel
hncom
status
Updates the accepted protocols for one of the supported games.
@
clientbound
struct
UpdateSupportedProtocols {
enum
ubyte
ID
;
ubyte
game
;
uint
[]
protocols
;
mixin
IO
!(
game
,
protocols
)
;
}
Members
Mixins
__anonymous
mixin
IO
!(
game
,
protocols
)
Undocumented in source.
Variables
ID
enum
ubyte
ID
;
Undocumented in source.
game
ubyte
game
;
Undocumented in source.
protocols
uint
[]
protocols
;
Undocumented in source.
Meta
Source
See Implementation
sel
hncom
status
structs
AddNode
AddPlugin
AddWorld
Latency
Log
ReceiveMessage
RemoteCommand
RemoveNode
RemovePlugin
RemoveWorld
RemoveWorldGroup
SendMessage
UpdateDisplayName
UpdateLanguageFiles
UpdateMOTD
UpdateMaxPlayers
UpdatePlayers
UpdateSupportedProtocols
UpdateUsage
WebAdminCredentials
Updates the accepted protocols for one of the supported games.