Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SNetGetOwnerTurnsWaiting
Method
SNetGetOwnerTurnsWaiting
SourceX/dvlnet/base.cpp:245–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
bool base::SNetGetOwnerTurnsWaiting(DWORD *turns)
246
{
247
*turns = turn_queue[get_owner()].size();
248
return true;
249
}
250
251
bool base::SNetGetTurnsInTransit(int *turns)
252
{
Callers
1
SNetGetOwnerTurnsWaiting
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected