Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
bool ReadBool()
162
{
163
return bool(ReadUInt8());
164
}
165
166
int ReadCount(int maxValue = SQUARE(1024))
167
{
Callers
7
LoadObjects
Function · 0.85
LoadTextures
Function · 0.85
LoadDynamicRoomData
Function · 0.85
LoadStaticRoomData
Function · 0.85
LoadEvent
Function · 0.85
LoadMirrors
Function · 0.85
LoadMaterials
Function · 0.85
Calls
1
ReadUInt8
Function · 0.85
Tested by
no test coverage detected