nw::snd::SequenceSoundHandle::WriteTrackVariable Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>

bool WriteTrackVariable(
     int trackNo,
     int varNo,
     signed short var
);

Arguments

Name Description
in trackNo Track number (0-15).
in varNo Variable number from 0 to 15.
in var Variable value to write.

Return Values

Returns TRUE if data is written successfully; otherwise, returns FALSE.

Description

Writes the sequence track variable.

If the sound handle is invalid, the write fails and FALSE is returned.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL