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

Method type

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

Source from the content-addressed store, hash-verified

10namespace BW
11{
12 BWAPI::UnitType CUnit::type() const
13 {
14 return BWAPI::UnitType(this->unitType);
15 }
16 bool CUnit::movementFlag(u8 flags) const
17 {
18 return (this->movementFlags & flags) != 0;

Callers 5

updateDataMethod · 0.80
sFunction · 0.80
AbFunction · 0.80

Calls 1

UnitTypeClass · 0.70

Tested by

no test coverage detected