List of integers.

You will find a general example for the use of List here.

List of integers. The data type List can be used synonymically for int*. It serves to improve the readability of scripts and can be used at all positions where a list can be used.

Call the IDs of all selected objects of the Product Pool panel

#include "internal/types.h"
#include "internal/panels.h"
List li = list::alloc (kPanelProducts, kSelected, 1); : list::release (li);

See Also
list
list64

Alphabetic index HTML hierarchy of classes or Java