StreamPeer.putData

Sends a chunk of data through the connection, blocking if necessary until the data is done sending. This function returns an @GlobalScope.error code.

struct StreamPeer
@nogc nothrow
GodotError
putData
(
in PoolByteArray data
)

Meta