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

Method statusFlag

bwapi/BWAPI/Source/BW/CUnit.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 return (this->movementFlags & flags) != 0;
19 }
20 bool CUnit::statusFlag(u32 flags) const
21 {
22 return (this->statusFlags & flags) != 0;
23 }
24 const CUnit* CUnit::getDamageDealer() const
25 {
26 if (this->subUnit != nullptr) return this->subUnit;

Callers 2

updateInternalDataMethod · 0.80
updateDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected