Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SNetGetTurnsInTransit
Function
SNetGetTurnsInTransit
SourceX/storm/storm_net.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
BOOL SNetGetTurnsInTransit(int *turns)
147
{
148
return dvlnet_inst->SNetGetTurnsInTransit(turns);
149
}
150
151
/**
152
* @brief engine calls this only once with argument 1
Callers
1
nthread_send_and_recv_turn
Function · 0.85
Calls
1
SNetGetTurnsInTransit
Method · 0.45
Tested by
no test coverage detected