Searched refs:detail_GetItemId (Results 1 – 5 of 5) sorted by relevance
118 u32 soundId = detail_GetItemId( soundName ); in StartSound()181 u32 soundId = detail_GetItemId( soundLabel ); in HoldSound()232 u32 soundId = detail_GetItemId( soundName ); in PrepareSound()
281 SoundArchive::ItemId SoundActor::detail_GetItemId( const char* pString ) in detail_GetItemId() function in nw::snd::SoundActor287 return m_pSoundArchivePlayer->detail_GetItemId( pString ); in detail_GetItemId()
567 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) = 0;
470 virtual SoundArchive::ItemId detail_GetItemId( const char* pString );
482 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) in detail_GetItemId() function