nw::snd::SoundArchivePlayer::GetSoundPlayer Member Function

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>

SoundPlayer & GetSoundPlayer(
     SoundArchive::ItemId playerId
);

SoundPlayer & GetSoundPlayer(
     const char * pPlayerName
);

List of Overloaded Member Functions

GetSoundPlayer ( SoundArchive::ItemId ) Gets the sound player with the specified ID.
GetSoundPlayer ( const char * ) Gets the sound player with the specified ID.

Description of GetSoundPlayer ( SoundArchive::ItemId )

Gets the sound player with the specified ID.

Description of GetSoundPlayer ( const char * )

Gets the sound player with the specified ID.


CONFIDENTIAL