Searched refs:detail_GetItemId (Results 1 – 5 of 5) sorted by relevance
116 u32 soundId = detail_GetItemId( soundName ); in StartSound()179 u32 soundId = detail_GetItemId( soundLabel ); in HoldSound()230 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()
462 virtual SoundArchive::ItemId detail_GetItemId( const char* pString );
565 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) = 0;
454 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) in detail_GetItemId() function