#include <nnsys/snd.h>
BOOL NNS_SndPlayerWriteGlobalVariable( int varNo, s16 var );
varNo |
The variable number. Takes a value between 0 and 15. |
var |
The value to be written to the variable. |
Writes to the sequence global variable.
Immediately after calling this function, even if the same variable value is read with the NNS_SndPlayerReadGlobalVariable
function, there is no guarantee that the written value will be readable.
NNS_SndPlayerReadGlobalVariable
2004/06/01 Initial version.
CONFIDENTIAL