Difference between revisions of "6B943B43"
From SimsWiki
m (Added category) |
m (Updated common name) |
||
Line 1: | Line 1: | ||
{{OldWikiEntry}} | {{OldWikiEntry}} | ||
− | ==""c2DArray"" ( | + | ==""c2DArray"" (2D Array) Data Block== |
''Header (as specified in [[WDB]])'' | ''Header (as specified in [[WDB]])'' |
Revision as of 22:18, 11 July 2006
This article is imported from the old MTS2 wiki. You can help Sims2Wiki by cleaning it up. It's original page with comments can be found at http://old_wiki.modthesims2.com/6B943B43
""c2DArray"" (2D Array) Data Block
Header (as specified in WDB)
DWORD : Block ID DWORD : Block Version 7BITSTR : Block name
Data Section
DWORD : Count X DWORD : Count Y Array[X,Y] (see below)
Array[X,Y] is a 2-dimensional array *of Objects*, X rows by Y columnns in size. The type of Object is based on the Instance ID of the file, as follows:
Instance ID 0x3B76 only
FLOAT : unknown
all other Instance ""IDs""
BYTE : Count n Repeat n BYTE : unknown End Repeat