ClientObject:send
Send data to a server.
Function
Synopsis
clientobject
:
send
(
data
)
Arguments
string data
The updatable data to send to the server. If you want to update a table, then use lube.bin:pack() before sending.
Returns
Nothing.
See Also
ClientObject