ServerObject:send
Send data to client(s).
Function
Synopsis
server
:
send
(
data
,
recipient
)
Arguments
userdata data
The data to send to the client(s).
recipient recipient
The client who shall receive the data, If nil then sends to all client(s).
Returns
Nothing.
See Also
ServerObject