[Doc Description]layer_sequence_get_sequence returns the sequence_object_struct while not the sequence ID

Zhanghua

Member

The doc description of Sequence is a mess...

With this function you can retrieve an array of all the object indices that have instances being created within the given sequence.
You supply either the sequence object struct (as returned by the function sequence_create() or sequence_get()) or the sequence ID (as returned by the function layer_sequence_get_sequence() or from the sequence instance struct property sequence) and the function will return an array, where each item in the array is an object_index for the different objects being used by the sequence to create instances.
 
Top