Module nwnlibd.parseutils
Internal parsing tools
Functions
Name | Description |
---|---|
charArrayToString(str)
|
Converts a static char array to string. The static char array may or may not be null terminated |
dumpByteArray(byteArray)
|
Formats a binary array to something readable |
flagsToString(value)
|
Prints an integer as being a combination of bit flags |
stringToCharArray(str)
|
Converts a string to a static char array. The static char array may or may not be null terminated |
toSafeString(str)
|
Structs
Name | Description |
---|---|
ChunkReader
|
Read a ubyte[] by chunks
|
ChunkWriter
|
Templates
Name | Description |
---|---|
DebugPrintStruct
|