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

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>
SoundPlayer & GetSoundPlayer(
     const char * pPlayerName
);

Arguments

Name Description
in pPlayerName The label string for a player.

Return Values

Returns the sound player with the specified ID.

Description

Gets the sound player with the specified ID.

See Also

SoundPlayer Class

Revision History

2010/01/15
Initial version.

CONFIDENTIAL