Home
last modified time | relevance | path

Searched refs:GetPlayerPriority (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimEventPlayer.h52 return m_Handle.detail_GetAttachedSound()->GetPlayerPriority(); in GetPlayingSoundPriority()
Dsnd_BasicSound.h326 int GetPlayerPriority() const { return m_Priority; } // for AnimSound in GetPlayerPriority() function
Dsnd_SoundArchiveFile.h285 u8 GetPlayerPriority() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFileReader.cpp212 info->playerPriority = data->GetPlayerPriority(); in ReadSoundInfo()
Dsnd_SoundArchiveFile.cpp671 u8 SoundArchiveFile::SoundInfo::GetPlayerPriority() const in GetPlayerPriority() function in nw::snd::internal::SoundArchiveFile::SoundInfo