The OpenD Programming Language

IOCallbacks.write_ushort_LE

Write a Little Endian 16-bit unsigned integer to stream and advance cursor.

struct IOCallbacks
nothrow @nogc
bool
write_ushort_LE
(
void* userData
,
ushort value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta