blob: 88df897fdd75b50460044f76fee097d88f76b5c9 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS:
7 int m_contains(mixed &data1, ..., &dataN, map, key)
8
9DESCRIPTION:
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
15HISTORY
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
21SEE ALSO:
22 mappings(LPC), member(E)
23
2429.10.2006 Zesstra