#include <nw/snd/snd_SequenceSoundHandle.h>
bool WriteTrackVariable(
int trackNo,
int varNo,
signed short var
);
| Name | Description | |
|---|---|---|
| in | trackNo | Track number (0-15). |
| in | varNo | Variable number from 0 to 15. |
| in | var | Variable value to write. |
Writes the sequence track variable.
If the sound handle is invalid, the write fails and FALSE is returned.
CONFIDENTIAL