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)
class
BaseServer
void
sendToAllExcept
(
P
)
(
SessionId
exceptClient
,
auto
ref
const
(
P
)
packet
,
ubyte
channel
= 0
)
if
(
is
(
P
== struct)
)
void
sendToAllExcept
(SessionId exceptClient, ubyte[] data, ubyte channel)
void
sendToAllExcept
(SessionId exceptClient, ENetPacket* packet, ubyte channel)
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.