nw::snd::SoundSystem::IsInitialized Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>
static bool IsInitialized();

Arguments

None.

Return Values

Returns true if sound system initialization is complete and false otherwise.

Description

Determines whether the sound system has been initialized.

The Initialize function is called to determine whether sound system initialization is complete.

See Also

Initialize
Finalize

Revision History

2010/01/29
Changed function names from IsInitializedSoundSystem to IsInitialized.
2010/01/15
Initial version.

CONFIDENTIAL