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

Function WriteInt16

Source/Engine/Serialization/WriteStream.h:65–68  ·  view source on GitHub ↗

Writes int16 to the stream.

Source from the content-addressed store, hash-verified

63
64 // Writes int16 to the stream.
65 FORCE_INLINE void WriteInt16(int16 data)
66 {
67 WriteBytes(&data, sizeof(int16));
68 }
69
70 // Writes uint32 to the stream.
71 FORCE_INLINE void WriteUint32(uint32 data)

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected