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