nw::snd::SequenceSoundHandle::ReadGlobalVariable Member Function#include <nw/snd/snd_SequenceSoundHandle.h>
static bool ReadGlobalVariable(
int varNo,
signed short* var
);
| Name | Description | |
|---|---|---|
| in | varNo | Variable number from 0 to 15. |
| out | var | Pointer to the variable that stores the value to be read. |
Reads sequence global variables.
If the variables are read successfully, the variable values are written to the address specified by var.
CONFIDENTIAL