nw::snd::SoundSystem::IsEnabledSeqPrintVar Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>

static bool IsEnabledSeqPrintVar();

Arguments

None.

Return Values

Gets a value indicating whether the printvar sequence command is currently enabled or disabled.

Description

Gets a value indicating whether the printvar sequence command is enabled.

A value of true indicates that it is enabled and false indicates that it is disabled.

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

EnableSeqPrintVar
DisableSeqPrintVar

Revision History

2010/01/15
Initial version.

CONFIDENTIAL