RCONClient

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.
this
this(TCPConnection connection)
Undocumented in source.

Members

Functions

authenticate
bool authenticate(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
string exec(string command)
Undocumented in source. Be warned that the author may not have intended to support it.
readConVar
string readConVar(string convar)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
RCONPacket receive()
Undocumented in source. Be warned that the author may not have intended to support it.
send
int send(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
send
int send(RCONPacket.Type type, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(RCONPacket packet)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta