The OpenD Programming Language

IOCallbacks.read_24bits_LE

Read one Little Endian 24-bit unsigned int from stream and advance the stream cursor. On error, return 0 and an error, stream is then considered invalid.

struct IOCallbacks
nothrow @nogc
uint
read_24bits_LE
(
void* userData
,
bool* err
)

Meta