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 sizeof(mapping map) |
| 8 | |
| 9 | DESCRIPTION: |
| 10 | Return the number of indices in mapping 'map'. |
| 11 | |
| 12 | HISTORY |
| 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 | |
| 17 | SEE ALSO: |
| 18 | mappingp(E), mkmapping(E), m_indices,(E) m_values(E), |
| 19 | m_delete(E), widthof(E) |
| 20 | |
| 21 | 29.10.2006 Zesstra |