blob: 4b9415476400dd52bb7aee68851c8497ac15d9c2 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS:
2 mixed *m_values(mapping map)
3 mixed *m_values(mapping map, int index)
4
5DESCRIPTION:
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
12SEE ALSO:
13 mappingp(E), mkmapping(E), m_indices(E), m_delete(E),
14 sizeof(E), widthof(E), mappings(LPC)