nw::snd::SequenceSoundHandle::WriteVariable Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>

bool WriteVariable(
     int varNo,
     signed short var
);

Arguments

Name Description
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 local variable.

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

Revision History

2010/01/22
Initial version.

CONFIDENTIAL