The OpenD Programming Language

IOCallbacks.write_ulong_LE

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

struct IOCallbacks
nothrow @nogc
bool
write_ulong_LE
(
void* userData
,
ulong value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta