Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ IsValidLevel
Function
IsValidLevel
Source/msg.cpp:2656–2661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2654
}
2655
2656
bool IsValidLevel(uint8_t level, bool isSetLevel)
2657
{
2658
if (isSetLevel)
2659
return level <= SL_LAST;
2660
return level < NUMLEVELS;
2661
}
2662
2663
void DeltaLoadLevel()
2664
{
Callers
3
OnNewLevel
Function · 0.85
OnPlayerJoinLevel
Function · 0.85
OnActivatePortal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected