nw::snd::SoundArchivePlayer::IsAvailable Member Function

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>

bool IsAvailable() const;

Arguments

None.

Return Values

Returns true if the sound archive player is in a usable state; otherwise, returns false.

Description

Checks availability for use.

To use a sound archive player, you must call Initialize to finish initializing it. If you call Finalize the sound archive player will start shutting down and become unusable.

See Also

Initialize
Finalize

Revision History

2010/02/01
Corrected text in line with function name changes from Setup to Initialize and from Shutdown to Finalize.
2010/01/15
Initial version.

CONFIDENTIAL