MCPcopy 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
2651bool IsValidLevelForMultiplayer(uint8_t level)
2652{
2653 return level <= MAX_MULTIPLAYERLEVELS;
2654}
2655
2656bool IsValidLevel(uint8_t level, bool isSetLevel)
2657{

Callers 2

IsGItemValidFunction · 0.85
OnSyncDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected