Text File

Revision as of 06:25, 6 April 2022 by Derneuere (talk | contribs) (Created page with "{| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0x0 || 0x4 || uint32_t || mLength || Num characters || || |- | 0x4 || 0x1 || char[mLength] || mText || || Null-terminated for redundancy? Null char not included in Length || |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t mLength Num characters
0x4 0x1 char[mLength] mText Null-terminated for redundancy? Null char not included in Length