MCPcopy 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
251bool 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

SNetGetTurnsInTransitFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected