Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ IsValidLevelForMultiplayer
Function
IsValidLevelForMultiplayer
Source/msg.cpp:2651–2654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2649
}
2650
2651
bool IsValidLevelForMultiplayer(uint8_t level)
2652
{
2653
return level <= MAX_MULTIPLAYERLEVELS;
2654
}
2655
2656
bool IsValidLevel(uint8_t level, bool isSetLevel)
2657
{
Callers
2
IsGItemValid
Function · 0.85
OnSyncData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected