The OpenD Programming Language

IOCallbacks.write_uint_LE

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

struct IOCallbacks
nothrow @nogc
bool
write_uint_LE
(
void* userData
,
uint value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta