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

Function WriteUint8

Source/Engine/Serialization/WriteStream.h:47–50  ·  view source on GitHub ↗

Writes uint8 to the stream.

Source from the content-addressed store, hash-verified

45
46 // Writes uint8 to the stream.
47 FORCE_INLINE void WriteUint8(uint8 data)
48 {
49 WriteBytes(&data, sizeof(uint8));
50 }
51
52 // Writes int8 to the stream.
53 FORCE_INLINE void WriteInt8(int8 data)

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected