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

Function ReadChar

Source/Engine/Serialization/ReadStream.h:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 char ReadChar()
40 {
41 char data;
42 ReadBytes(&data, 1);
43 return data;
44 }
45
46 FORCE_INLINE void ReadByte(byte* data)
47 {

Callers 1

ReadTokenMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected