Lines Matching defs:InfoBlockBody
203 struct InfoBlockBody struct
208 Util::Reference toSoundInfoReferenceTable;
209 Util::Reference toSoundGroupInfoReferenceTable;
210 Util::Reference toBankInfoReferenceTable;
211 Util::Reference toWaveArchiveInfoReferenceTable;
212 Util::Reference toGroupInfoReferenceTable;
213 Util::Reference toPlayerInfoReferenceTable;
214 Util::Reference toFileInfoReferenceTable;
215 Util::Reference toSoundArchivePlayerInfo;
220 NW_INLINE u32 GetSoundCount() const { return GetSoundInfoReferenceTable().count; } in GetSoundCount()
221 NW_INLINE u32 GetBankCount() const { return GetBankInfoReferenceTable().count; } in GetBankCount()
222 NW_INLINE u32 GetPlayerCount() const { return GetPlayerInfoReferenceTable().count; } in GetPlayerCount()
223 … NW_INLINE u32 GetSoundGroupCount() const { return GetSoundGroupInfoReferenceTable().count; } in GetSoundGroupCount()
224 NW_INLINE u32 GetGroupCount() const { return GetGroupInfoReferenceTable().count; } in GetGroupCount()
225 … NW_INLINE u32 GetWaveArchiveCount() const { return GetWaveArchiveInfoReferenceTable().count; } in GetWaveArchiveCount()
226 NW_INLINE u32 GetFileCount() const { return GetFileInfoReferenceTable().count; } in GetFileCount()