MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS: |
| 7 | int send_udp(string host, int port, string message) |
| 8 | |
| 9 | DESCRIPTION: |
| 10 | Sends The message in an UDP packet to the given host and port |
| 11 | number. Causes a privilege violation. |
| 12 | Returns 1 on success, 0 on failure. |
| 13 | |
| 14 | HISTORY |
| 15 | LDMud 3.2.9 renamed this efun to send_udp(), and also changed the |
| 16 | privilege violation string and the apply names. This old version |
| 17 | is available if the driver is compiled with USE_DEPRECATED. |
| 18 | Removed in LDMud 3.3 and LP "03.02.1@150". |
| 19 | |
| 20 | SEE ALSO: |
| 21 | receive_udp(M) |
| 22 | |
| 23 | 29.10.2006 Zesstra |