blob: 2326b4716ffe81bd07e7c831f090716f9b263e1f [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 sizeof(mapping map)
8
9DESCRIPTION:
10 Return the number of indices in mapping 'map'.
11
12HISTORY
13 Since LDMud 3.2.9, not available if driver is compiled without
14 USE_DEPRECATED.
15 Removed in LDMud 3.3 and LP "03.02.1@150".
16
17SEE ALSO:
18 mappingp(E), mkmapping(E), m_indices,(E) m_values(E),
19 m_delete(E), widthof(E)
20
2129.10.2006 Zesstra