Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundActor.h430 Function ForEachSound( Function function, bool reverse = false );
478 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound() function
482 m_ActorPlayer[ actorPlayerIndex ].ForEachSound<Function>( function, reverse ); in ForEachSound()
Dsnd_ExternalSoundPlayer.h65 Function ForEachSound( Function function, bool reverse = false );
77 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() function
Dsnd_SoundPlayer.h372 Function ForEachSound( Function function, bool reverse = false );
453 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DActor.cpp94 SoundActor::ForEachSound( ClearUpdateCallback ); in Finalize()