Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace 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
getGroundWeaponCooldown
Method · 0.95
updateData
Method · 0.80
jquery-2.1.4.min.js
File · 0.80
s
Function · 0.80
Ab
Function · 0.80
Calls
1
UnitType
Class · 0.70
Tested by
no test coverage detected