BaseServer.sendToAllExcept

Sends packet to all clients except one.

  1. void sendToAllExcept(ClientId exceptClient, const(P) packet, ubyte channel)
    class BaseServer(Client)
    void
    sendToAllExcept
    (
    P
    )
    (,
    auto ref const(P) packet
    ,
    ubyte channel = 0
    )
    if (
    is(P == struct)
    )
  2. void sendToAllExcept(ClientId exceptClient, ubyte[] data, ubyte channel)
  3. void sendToAllExcept(ClientId exceptClient, ENetPacket* packet, ubyte channel)

Meta