clump.pebble.groupmap

Syntax

m = clump.pebble.groupmap(s<,slot>)

Get pebbles that belong to a group. A map is returned where the keys are the pebble ID numbers and the values are the pebble pointers. The arguments s and slot may be specified as strings or indices*. If slot is not specified, then all slots are queried.

Returns:

m - map

Arguments:

s - group name or index*

slot - slot name or index*

Note

*Use the group.find and group.find.slot intrinsics to obtain group and slot indices, respectively, and for further information.

Use of the group logic is described in Groups.