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

Function ReadInt16

Source/Engine/Serialization/ReadStream.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 FORCE_INLINE void ReadInt16(int16* data)
72 {
73 ReadBytes(data, sizeof(int16));
74 }
75
76 FORCE_INLINE void ReadUint32(uint32* data)
77 {

Callers 1

ReadMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected