The OpenD Programming Language

IOCallbacks.write_float_LE

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

struct IOCallbacks
nothrow @nogc
bool
write_float_LE
(
void* userData
,
float value
)

Return Value

Type: bool

true on success, else stream is invalid.

Meta