| MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS: |
| 2 | mixed *m_values(mapping map) | ||||
| 3 | mixed *m_values(mapping map, int index) | ||||
| 4 | |||||
| 5 | DESCRIPTION: | ||||
| 6 | If index is 0 or not given, return an array with the first values of | ||||
| 7 | mapping 'map'. | ||||
| 8 | For values of index >0, return an array with the corresponding higher | ||||
| 9 | values of mapping 'map', i.e. m_values(map,2) returns the third | ||||
| 10 | values. | ||||
| 11 | |||||
| 12 | SEE ALSO: | ||||
| 13 | mappingp(E), mkmapping(E), m_indices(E), m_delete(E), | ||||
| 14 | sizeof(E), widthof(E), mappings(LPC) | ||||