MCPcopy 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
2656bool IsValidLevel(uint8_t level, bool isSetLevel)
2657{
2658 if (isSetLevel)
2659 return level <= SL_LAST;
2660 return level < NUMLEVELS;
2661}
2662
2663void DeltaLoadLevel()
2664{

Callers 3

OnNewLevelFunction · 0.85
OnPlayerJoinLevelFunction · 0.85
OnActivatePortalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected