enet-tutorials ~master (2014-11-15T21:57:48Z)
Dub
Repo
BaseServer.sendToAllExcept
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)
class
BaseServer
(Client)
void
sendToAllExcept
(
ClientId
exceptClient
,
ubyte
[]
data
,
ubyte
channel
= 0
)
void
sendToAllExcept
(ClientId exceptClient, ENetPacket* packet, ubyte channel)
Meta
Source
See Implementation
baseserver
BaseServer
functions
disconnectAll
sendTo
sendToAll
sendToAllExcept
start
variables
clientStorage
Sends packet to all clients except one.