1,158
edits
m (→Dictionary entry: Update phrasing to clarify that the index of the next node in the tree is not referring to the bit index.) |
Tags: Mobile edit Mobile web edit |
||
Line 142: | Line 142: | ||
! Offset !! Type !! Description | ! Offset !! Type !! Description | ||
|- | |- | ||
| 0x0 || u32 || | | 0x0 || u32 || Bit index | ||
|- | |- | ||
| 0x4 || u16 || Index of next node if bit is 0 | | 0x4 || u16 || Index of next node if bit is 0 | ||
Line 150: | Line 150: | ||
| 0x8 || PascalString* || Name | | 0x8 || PascalString* || Name | ||
|} | |} | ||
Example: <code>Hello</code> corresponds to 100100001100101011011000110110001101111. Bits 0-3 are 1, bit 4 is 0, etc. | Example: <code>Hello</code> corresponds to 100100001100101011011000110110001101111. Bits 0-3 are 1, bit 4 is 0, etc. |