#include <nnsys/snd.h>
BOOL NNS_SndPlayerReadGlobalVariable( int varNo, s16* var );
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. |
Reads a sequence global variable. If the read is successful, the variable value is written to the address that is assigned with var
.
None.
2004/06/01 Initial version.
CONFIDENTIAL