Home
last modified time | relevance | path

Searched refs:ForEachSound (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h438 Function ForEachSound( Function function, bool reverse = false );
486 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound() function
490 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()
Dsnd_ExternalSoundPlayer.h67 Function ForEachSound( Function function, bool reverse = false );
79 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() function
Dsnd_SoundPlayer.h381 Function ForEachSound( Function function, bool reverse = false );
462 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DActor.cpp96 SoundActor::ForEachSound( ClearUpdateCallback ); in Finalize()