Catalog.json: Difference between revisions
No edit summary |
|||
Line 72: | Line 72: | ||
{{DataStructureField|entry_count|uint32|4-byte integer, determining the amount of entries in the <code>entries</code> array.}} | {{DataStructureField|entry_count|uint32|4-byte integer, determining the amount of entries in the <code>entries</code> array.}} | ||
{{DataStructureField|entries|array|Array of 4-byte indices. The length of this array is determined by the <code>entry_count</code> field.| | {{DataStructureField|entries|array|Array of 4-byte indices. The length of this array is determined by the <code>entry_count</code> field.| | ||
{{DataStructureField||uint32|An index. This value is used to index the array within the | {{DataStructureField||uint32|An index. This value is used to index the array that is contained within the binary blob encoded in <code>m_EntryDataString</code>.}} | ||
}} | }} | ||
}} | }} |