MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS: |
2 | int send_udp(string host, int port, string message) | ||||
3 | |||||
4 | DESCRIPTION: | ||||
5 | Sends The message in an UDP packet to the given host and port | ||||
6 | number. Causes a privilege violation. | ||||
7 | Returns 1 on success, 0 on failure. | ||||
8 | |||||
9 | SEE ALSO: | ||||
10 | receive_udp(M) | ||||
11 | |||||
12 | 29.10.2006 Zesstra |