The OpenD Programming Language

IOCallbacks.write_byte

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

struct IOCallbacks
nothrow @nogc
bool
write_byte
(
void* userData
,
byte value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta