Module nwnlibd.parseutils

Internal parsing tools

Functions

NameDescription
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

NameDescription
ChunkReader Read a ubyte[] by chunks
ChunkWriter

Templates

NameDescription
DebugPrintStruct