Miles Sound System SDK 7.2a

AIL_sequence_loop_count

The function AIL_sequence_loop_count returns the number of loop iterations remaining for the given sequence.

S32 AIL_sequence_loop_count(
  HSEQUENCE S
);

In Parameters

S
indicates the sequence handle whose current loop count is to be returned.

Returns

The sequence's current loop count. A value of 0 means that the sequence is looping indefinitely, while a value of 1 means that the sequence is on its last iteration, or is not looping at all.

Discussion

See AIL_set_sequence_loop_count for more information.


Group: XMIDI Services
Related Functions: AIL_set_sequence_loop_count
Related Basic Types: HSEQUENCE, S32

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.