void SocketSendInt(int socket, int i)
Sends an integer to the specified socket. It's recommended you send strings, not integers to clients, but nobody's stopping you from sending ints.
SocketSendInt(i, 42);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |