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 m_contains(mixed &data1, ..., &dataN, map, key) |
| 8 | |
| 9 | DESCRIPTION: |
| 10 | If the mapping contains the key map, the corresponding values |
| 11 | are assigned to the data arguments, which massed be passed by |
| 12 | reference, and 1 is returned. If key is not in map, 0 is |
| 13 | returned and the data args are left unchanged. |
| 14 | |
| 15 | HISTORY |
| 16 | Renamed to 'm_contains()' in LDMud 3.2.6. |
| 17 | Since LDMud 3.2.9, not available if driver is compiled without |
| 18 | USE_DEPRECATED. |
| 19 | Removed in LDMud 3.3 and LP "03.02.1@150". |
| 20 | |
| 21 | SEE ALSO: |
| 22 | mappings(LPC), member(E) |
| 23 | |
| 24 | 29.10.2006 Zesstra |