nw::snd::SequenceSoundHandle::WriteGlobalVariable Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>
static bool WriteGlobalVariable(
     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 global variable.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL