The OpenD Programming Language

IOCallbacks.write_short_LE

Write a 8-bit signed int to stream and advance cursor.

struct IOCallbacks
nothrow @nogc
bool
write_short_LE
(
void* userData
,
short value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta