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

Function WriteBool

Source/Engine/Serialization/WriteStream.h:29–32  ·  view source on GitHub ↗

Writes bool to the stream.

Source from the content-addressed store, hash-verified

27
28 // Writes bool to the stream.
29 FORCE_INLINE void WriteBool(bool data)
30 {
31 WriteBytes(&data, sizeof(bool));
32 }
33
34 // Writes char to the stream.
35 FORCE_INLINE void WriteChar(char data)

Callers 3

BoolMethod · 0.85
BoolMethod · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected