SendSocketFloat

Description

Will send a 4 byte float to the remote connection. Note that data is not sent immediately, you must call FlushSocket to send it. Returns 1 if the float was successfully written to the buffer, 0 if the socket disconnected.

Definition

integer SendSocketFloat( socketID, value )

Parameters