SEQGetState

C Specification

#include <revolution.h>
#include <revolution/seq.h>
u32 SEQGetState(SEQSEQUENCE *sequence);

Arguments

sequence pointer to user-initialized SEQSEQUENCE

Return Values

Current state of the sequence as an unsigned 32-bit value.

Description

This function gets the current state of the specified sequence.

See Also

SEQSetState

Revision History

03/01/2006 Initial version.