The OpenD Programming Language

IOCallbacks.write_uint_BE

Write a Big Endian 32-bit unsigned int to stream and advance cursor.

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

Return Value

Type: bool

true on success, else stream is invalid.

Meta