enet-tutorials ~master (2014-11-15T21:57:48Z)
Dub
Repo
Server.sendToAll
server
Server
Sending
void
sendToAll
(ubyte[] data, ubyte channel)
class
Server
void
sendToAll
(
ubyte
[]
data
,
ubyte
channel
= 0
)
void
sendToAll
(ENetPacket* packet, ubyte channel)
void
sendTo
(R users, ubyte[] data, ubyte channel)
void
sendTo
(R users, ENetPacket* packet, ubyte channel)
Meta
Source
See Implementation
server
Server
functions
handleCommand
handleLoginPacket
handleMessagePacket
onConnect
onDisconnect
sendMessageTo
sendTo
sendToAll
start
stop
variables
address
isRunning
settings
userStorage
Sending