Server.sendTo

Sending

  1. void sendTo(R users, ubyte[] data, ubyte channel)
  2. void sendTo(R users, ENetPacket* packet, ubyte channel)
    class Server
    void
    sendTo
    (
    R
    )
    (,
    ENetPacket* packet
    ,
    ubyte channel = 0
    )
    if (
    isInputRange!R &&
    is(ElementType!R == UserId)
    )

Meta