Server.sendTo

Sending

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

Meta