MCPcopy Create free account
hub / github.com/bwapi/bwapi / isOccupied

Method isOccupied

bwapi/SNP_DirectIP/SNP/LocalPC.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 Packet incoming[16];
31
32 bool inline isOccupied() const
33 {
34 return lastOccupied > 0; // && GetTickCount() < lastOccupied + 3000;
35 }
36 };
37 struct SharedData
38 {

Callers 3

initializeMethod · 0.45
requestAdsMethod · 0.45
sendAsynMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected