BaseServer.sendToAllExcept

Sends packet to all clients except one.

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

Meta