The OpenD Programming Language

IOCallbacks.read_guid

Reads a 16-byte UUID from the stream and advance cursor. On error, the stream is considered invalid, and the return value is undefined behaviour.

struct IOCallbacks
nothrow @nogc
ubyte[16]
read_guid
(
void* userData
,
bool* err
)

Meta