blob: 8ad0c33f0ccba6e7549e9bd5816b406757377e2d [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS:
2 int send_udp(string host, int port, string message)
3
4DESCRIPTION:
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
9SEE ALSO:
10 receive_udp(M)
11
1229.10.2006 Zesstra