Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp185 bool SoundArchive::detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const in detail_ReadGroupInfo() function in nw::snd::SoundArchive
260 if ( ! detail_ReadGroupInfo( filePos.groupId, &groupInfo ) )
287 if ( ! detail_ReadGroupInfo( groupId, &groupInfo ) ) return NULL;
302 if ( ! detail_ReadGroupInfo( groupId, &groupInfo ) ) return NULL;
Dsnd_MemorySoundArchive.cpp123 if ( ! detail_ReadGroupInfo( filePos.groupId, &groupInfo ) ) in detail_GetFileAddress()
Dsnd_FrameHeap.cpp451 if ( arc.detail_ReadGroupInfo( id, &info ) ) in Dump()
Dsnd_SoundArchiveLoader.cpp1405 m_pSoundArchive->detail_ReadGroupInfo( itemId, &info ); in detail_GetFileAddressByItemId()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchive.h917 bool detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const;