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

Function ReadBool

Source/Engine/Serialization/ReadStream.h:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 bool ReadBool()
33 {
34 byte data;
35 ReadBytes(&data, 1);
36 return data != 0;
37 }
38
39 char ReadChar()
40 {

Callers 1

ReadMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected