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

Function ReadBool

TombEngine/Specific/level.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool ReadBool()
162{
163 return bool(ReadUInt8());
164}
165
166int ReadCount(int maxValue = SQUARE(1024))
167{

Callers 7

LoadObjectsFunction · 0.85
LoadTexturesFunction · 0.85
LoadDynamicRoomDataFunction · 0.85
LoadStaticRoomDataFunction · 0.85
LoadEventFunction · 0.85
LoadMirrorsFunction · 0.85
LoadMaterialsFunction · 0.85

Calls 1

ReadUInt8Function · 0.85

Tested by

no test coverage detected