MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / WriteData

Function WriteData

Source/Engine/Networking/NetworkStream.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 /// <param name="data">Data to write</param>
56 /// <param name="bytes">Amount of bytes to write</param>
57 API_FUNCTION() FORCE_INLINE void WriteData(const void* data, int32 bytes)
58 {
59 WriteBytes(data, bytes);
60 }
61
62 /// <summary>
63 /// Reads bytes from the stream

Callers 2

WriteBytesMethod · 0.85
WriteStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected