Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ NextBool32
Method
NextBool32
Source/loadsave.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
bool NextBool32()
169
{
170
return Next<uint32_t>() != 0;
171
}
172
};
173
174
class SaveHelper {
Callers
8
LoadItemData
Function · 0.80
LoadPlayer
Function · 0.80
LoadMonster
Function · 0.80
LoadMissile
Function · 0.80
LoadObject
Function · 0.80
LoadQuest
Function · 0.80
LoadLighting
Function · 0.80
LoadPortal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected