Searched refs:SetPlayerPriority (Results 1 – 7 of 7) sorted by relevance
391 void SetPlayerPriority( int priority ) in SetPlayerPriority() function393 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
473 void SetPlayerPriority( int priority ) in SetPlayerPriority() function475 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
402 void SetPlayerPriority( int priority ) in SetPlayerPriority() function404 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
384 void SetPlayerPriority( int priority ) in SetPlayerPriority() function386 if ( IsAttachedSound() ) m_pSound->SetPlayerPriority( priority ); in SetPlayerPriority()
291 void SetPlayerPriority( int priority );
245 SetPlayerPriority( PRIORITY_MIN ); in Stop()796 void BasicSound::SetPlayerPriority( int priority ) in SetPlayerPriority() function in nw::snd::internal::BasicSound
1079 sound->SetPlayerPriority( playerPriority ); in detail_SetupSoundImpl()