NNS_SndPlayerReadGlobalVariable

C Specification

#include <nnsys/snd.h>
BOOL NNS_SndPlayerReadGlobalVariable(  int varNo,  s16* var );

Arguments

varNo The variable number. Takes a value between 0 and 15.
var The pointer to where the value of the variable is stored.

Return Values

Returns whether or not the read was successful.

Description

Reads the sequence global variables. If the read is successful, the variable values are written to the address that is assigned with var.

See Also

None.

Revision History

06/01/2004 Initial version.