MCPcopy 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
245bool base::SNetGetOwnerTurnsWaiting(DWORD *turns)
246{
247 *turns = turn_queue[get_owner()].size();
248 return true;
249}
250
251bool base::SNetGetTurnsInTransit(int *turns)
252{

Callers 1

SNetGetOwnerTurnsWaitingFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected