Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp118 u32 soundId = detail_GetItemId( soundName ); in StartSound()
181 u32 soundId = detail_GetItemId( soundLabel ); in HoldSound()
232 u32 soundId = detail_GetItemId( soundName ); in PrepareSound()
Dsnd_SoundActor.cpp281 SoundArchive::ItemId SoundActor::detail_GetItemId( const char* pString ) in detail_GetItemId() function in nw::snd::SoundActor
287 return m_pSoundArchivePlayer->detail_GetItemId( pString ); in detail_GetItemId()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundStartable.h567 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) = 0;
Dsnd_SoundActor.h470 virtual SoundArchive::ItemId detail_GetItemId( const char* pString );
Dsnd_SoundArchivePlayer.h482 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) in detail_GetItemId() function