Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SNetGetTurnsInTransit
Method
SNetGetTurnsInTransit
SourceX/dvlnet/base.cpp:251–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
bool base::SNetGetTurnsInTransit(int *turns)
252
{
253
*turns = turn_queue[plr_self].size();
254
return true;
255
}
256
257
} // namespace net
258
} // namespace dvl
Callers
1
SNetGetTurnsInTransit
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected