BaseClient

Undocumented in source.

Members

Functions

connect
void connect(string address, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] data, ubyte channel)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(const(P) packet, ubyte channel)
Undocumented in source. Be warned that the author may not have intended to support it.
setPacketMap
void setPacketMap(string[] packetNames)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(ConnectionSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin PacketManagement!(true)
Undocumented in source.
__anonymous
mixin BaseConnection!()
Undocumented in source.

Variables

isConnected
bool isConnected;
Undocumented in source.
isConnecting
bool isConnecting;
Undocumented in source.
server
ENetPeer* server;
Undocumented in source.
serverAddress
ENetAddress serverAddress;
Undocumented in source.

Meta