Home
last modified time | relevance | path

Searched refs:m_ActorPlayer (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundActor.cpp72 m_ActorPlayer[i].SetPlayableSoundCount( playableSoundCount ); in Initialize()
84 m_ActorPlayer[i].Finalize( this ); in Finalize()
106 m_ActorPlayer[ i ].StopAllSound( fadeFrames ); in StopAllSound()
124 m_ActorPlayer[ i ].PauseAllSound( flag, fadeFrames ); in PauseAllSound()
141 return m_ActorPlayer[ actorPlayerId ].GetPlayingSoundCount(); in GetPlayingSoundCount()
158 m_ActorPlayer[ actorPlayerId ].SetPlayableSoundCount( count ); in SetPlayableSoundCount()
174 return m_ActorPlayer[ actorPlayerId ].GetPlayableSoundCount(); in GetPlayableSoundCount()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h448 return &m_ActorPlayer[actorPlayerId]; in detail_GetActorPlayer()
478 ActorPlayer m_ActorPlayer[ ACTOR_PLAYER_COUNT ]; variable
490 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()