sel-client ~master (2022-05-15T06:14:02.137565)
Dub
Repo
Server
sel
client
util
Server's informations retrieved by a client's ping.
struct
Server {
bool
valid
;
string
motd
;
string
rawMotd
;
uint
protocol
;
int
online
;
int
max
;
string
favicon
;
ulong
ping
;
this
(string motd, uint protocol, int online, int max, ulong ping);
string
toString
();
}
Constructors
this
this
(string motd, uint protocol, int online, int max, ulong ping)
Undocumented in source.
Alias This
valid
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
favicon
string
favicon
;
max
int
max
;
Undocumented in source.
motd
string
motd
;
Undocumented in source.
online
int
online
;
Undocumented in source.
ping
ulong
ping
;
Undocumented in source.
protocol
uint
protocol
;
Undocumented in source.
rawMotd
string
rawMotd
;
Undocumented in source.
valid
bool
valid
;
Undocumented in source.
Meta
Source
See Implementation
sel
client
util
classes
Handler
functions
handler
interfaces
IHandler
structs
Server
Server's informations retrieved by a client's ping.