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 query_udp_port(void) |
| 8 | |
| 9 | DESCRIPTION: |
| 10 | Returns the port number that is used for the inter mud |
| 11 | protocol. |
| 12 | |
| 13 | HISTORY |
| 14 | LDMud 3.2.9 renamed this efun to query_udp_port(). This version |
| 15 | is available if the driver is compiled with USE_DEPRECATED. |
| 16 | Removed in LDMud 3.3 and LP "03.02.1@150". |
| 17 | |
| 18 | SEE ALSO: |
| 19 | send_udp(E), receive_udp(M) |
| 20 | |
| 21 | 29.10.2006 Zesstra |