NNS_SndPlayerReadGlobalVariable

Syntax

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

Arguments

varNo The number of the variable. 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 a sequence global variable. If the read is successful, the variable value is written to the address that is assigned with var.

See Also

None.

Revision History

2004/06/01 Initial version.


CONFIDENTIAL