The OpenD Programming Language

IOCallbacks.read_ushort_LE

Read one Little Endian ushort from stream and advance the stream cursor. On error, return 0 and an error, stream is then considered invalid.

struct IOCallbacks
nothrow @nogc
ushort
read_ushort_LE
(
void* userData
,
bool* err
)

Meta