The OpenD Programming Language

IOCallbacks.write_24bits_LE

Write a Little Endian 24-bit signed int to stream and advance cursor.

struct IOCallbacks
nothrow @nogc
bool
write_24bits_LE
(
void* userData
,
int value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta