nw::snd::SoundArchivePlayer::GetSoundPlayerCount Member Function

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>

u32 GetSoundPlayerCount() const;

Arguments

None.

Return Values

Returns the number of sound players.

Description

Gets the number of sound players.

See Also

SoundPlayer Class

Revision History

2010/02/01
Changed the return value type (from unsigned long to u32)
2010/01/15
Initial version.

CONFIDENTIAL