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