nw::snd::SoundSystem::EnableSeqPrintVar Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>
static void EnableSeqPrintVar();

Arguments

None.

Return Values

None.

Description

Enables the printvar sequence command.

This code is disabled by default. For details, see the Sequence Data Manual.

Enabling the printvar sequence command entails excess processing costs (compared to when it is disabled). We therefore recommend disabling it when you are not debugging sequence variables.

See Also

DisableSeqPrintVar
IsEnabledSeqPrintVar

Revision History

2010/01/15
Initial version.

CONFIDENTIAL