Searched refs:SoundActor (Results 1 – 11 of 11) sorted by relevance
32 SoundActor::SoundActor() in SoundActor() function in nw::snd::SoundActor39 SoundActor::SoundActor( SoundArchivePlayer& soundArchivePlayer ) in SoundActor() function in nw::snd::SoundActor56 SoundActor::~SoundActor() in ~SoundActor()61 void SoundActor::Initialize( SoundArchivePlayer& soundArchivePlayer ) in Initialize()76 void SoundActor::Finalize() in Finalize()102 void SoundActor::StopAllSound( int fadeFrames ) in StopAllSound()120 void SoundActor::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()137 int SoundActor::GetPlayingSoundCount( int actorPlayerId ) const in GetPlayingSoundCount()154 void SoundActor::SetPlayableSoundCount( int actorPlayerId, int count ) in SetPlayableSoundCount()170 int SoundActor::GetPlayableSoundCount( int actorPlayerId ) const in GetPlayableSoundCount()[all …]
81 SoundActor::Initialize( player ); in Initialize()94 SoundActor::ForEachSound( ClearUpdateCallback ); in Finalize()95 SoundActor::Finalize(); in Finalize()168 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll()
697 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor()714 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor()
753 SoundActor* actor, in detail_SetupSoundImpl()836 SoundActor::ACTOR_PLAYER_COUNT-1 in detail_SetupSoundImpl()
67 class SoundActor : public SoundStartable99 SoundActor( SoundArchivePlayer& soundArchivePlayer );113 SoundActor();125 virtual ~SoundActor();478 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound()
25 class SoundActor; variable67 void DetachSoundActorAll( SoundActor* actor );
35 class SoundActor; variable328 void AttachSoundActor( SoundActor* actor );329 void DetachSoundActor( SoundActor* actor );389 SoundActor* m_pSoundActor;
57 : public SoundActor,
43 class SoundActor; variable441 SoundActor* actor,
42 nw::snd::SoundActor m_Actor;