nw::snd::SoundActor::GetPlayingSoundCount Member Function

Syntax

#include <nw/snd/snd_SoundActor.h>
int GetPlayingSoundCount(
     int actorPlayerId
) const;

Arguments

Name Description
in actorPlayerId The actor player number.

Return Values

Returns the number of sounds playing in the actor player.

Description

Returns the number of sounds currently playing in the actor player.

Revision History

2010/02/23
Initial version.

CONFIDENTIAL