sel-client ~master (2022-05-15T06:14:02.137565)
Dub
Repo
Query
sel
client
query
Undocumented in source.
struct
Query {
Server
server
;
string
ip
;
ushort
port
;
string
gametype
;
string
map
;
string
software
;
Plugin
[]
plugins
;
string
[]
players
;
string
toString
();
}
Alias This
server
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
gametype
string
gametype
;
Undocumented in source.
ip
string
ip
;
Undocumented in source.
map
string
map
;
Undocumented in source.
players
string
[]
players
;
Undocumented in source.
plugins
Plugin
[]
plugins
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
server
Server
server
;
Undocumented in source.
software
string
software
;
Undocumented in source.
Meta
Source
See Implementation
sel
client
query
enums
QueryType
functions
javaQuery
pocketQuery
query
structs
Plugin
Query