Lines Matching refs:ItemId
73 typedef u32 ItemId; typedef
80 static const ItemId INVALID_ID = 0xffffffff;
103 typedef ItemId FileId;
110 typedef ItemId StringId;
132 ItemId playerId; //!< サウンドを再生するときに使用されるプレイヤーの ID です。
371 ItemId startId;
372 ItemId endId;
588 const char* GetItemLabel( ItemId id ) const;
618 ItemId GetItemId( const char* pLabel ) const;
654 FileId GetItemFileId( ItemId id ) const;
673 static ItemId GetSoundIdFromIndex( u32 index ) in GetSoundIdFromIndex()
698 static ItemId GetSoundGroupIdFromIndex( u32 index ) in GetSoundGroupIdFromIndex()
720 static ItemId GetBankIdFromIndex( u32 index ) in GetBankIdFromIndex()
742 static ItemId GetPlayerIdFromIndex( u32 index ) in GetPlayerIdFromIndex()
764 static ItemId GetWaveArchiveIdFromIndex( u32 index ) in GetWaveArchiveIdFromIndex()
786 static ItemId GetGroupIdFromIndex( u32 index ) in GetGroupIdFromIndex()
810 u32 GetSoundUserParam( ItemId soundId ) const;
827 SoundType GetSoundType( ItemId soundId ) const;
844 bool ReadSoundInfo( ItemId soundId, SoundInfo* info ) const;
861 bool ReadSequenceSoundInfo( ItemId soundId, SequenceSoundInfo* info ) const;
878 bool ReadBankInfo( ItemId bankId, BankInfo* info ) const;
895 bool ReadPlayerInfo( ItemId playerId, PlayerInfo* info ) const;
912 bool detail_ReadStreamSoundInfo( ItemId soundId, StreamSoundInfo* info ) const;
915 bool detail_ReadWaveSoundInfo( ItemId soundId, WaveSoundInfo* info ) const;
932 bool ReadSound3DInfo( ItemId soundId, Sound3DInfo* info ) const;
935 bool ReadWaveArchiveInfo( ItemId warcId, WaveArchiveInfo* info ) const;
938 bool detail_ReadSoundGroupInfo( ItemId groupId, SoundGroupInfo* info ) const;
941 bool detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const;
951 const internal::Util::Table<u32>* detail_GetWaveArchiveIdTable( ItemId id ) const;