voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
BaseServer.sendToAllExcept
netlib
baseserver
BaseServer
Sends packet to all clients except one.
void
sendToAllExcept
(ClientId exceptClient, const(P) packet, ubyte channel)
void
sendToAllExcept
(ClientId exceptClient, ubyte[] data, ubyte channel)
void
sendToAllExcept
(ClientId exceptClient, ENetPacket* packet, ubyte channel)
class
BaseServer
void
sendToAllExcept
(
ClientId
exceptClient
,
ENetPacket
*
packet
,
ubyte
channel
= 0
)
Meta
Source
See Implementation
netlib
baseserver
BaseServer
functions
disconnectAll
sendTo
sendToAll
sendToAllExcept
start
variables
clientStorage
Sends packet to all clients except one.