|
|
String
From Source Peek Wiki
- The strings in WDB files are null terminated, and eat up bytes until you reach the null ('\0', 0x00) byte.
- All strings are UTF8 encoded.
- String* are pseudo-pointer types commonly used in DBC files types. This type simple contains an offset to the string in the DBC file's string block.
|
This page was last modified on 6 June 2006, at 13:41.
This page has been accessed 2,833 times.