voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
BaseServer.sendToAllExcept
netlib
baseserver
BaseServer
Sends packet to all clients except one.
void
sendToAllExcept
(SessionId exceptClient, const(P) packet, ubyte channel)
void
sendToAllExcept
(SessionId exceptClient, ubyte[] data, ubyte channel)
void
sendToAllExcept
(SessionId exceptClient, ENetPacket* packet, ubyte channel)
class
BaseServer
void
sendToAllExcept
(
SessionId
exceptClient
,
ENetPacket
*
packet
,
ubyte
channel
= 0
)
Meta
Source
See Implementation
netlib
baseserver
BaseServer
functions
disconnectAll
sendTo
sendToAll
sendToAllExcept
start
update
mixins
__anonymous
variables
peerStorage
Sends packet to all clients except one.