#include <nnsys/snd.h>BOOL NNS_SndPlayerReadGlobalVariable( int varNo, s16* var );
varNo |
The variable number. Takes a value between 0 and 15. |
var |
The pointer to where the value of the variable is stored. |
Reads the sequence global variables. If the read is successful, the variable values are written to the address that is assigned with var.
None.
06/01/2004 Initial version.