Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getType
Method
getType
bwapi/BWAPILIB/Source/Event.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
return e;
202
}
203
EventType::Enum Event::getType() const
204
{
205
return type;
206
}
207
Position Event::getPosition() const
208
{
209
return position;
Callers
15
ReserveStructure
Function · 0.45
ReserveDefault
Function · 0.45
getUnitsInWeaponRange
Method · 0.45
getTilePosition
Method · 0.45
getLeft
Method · 0.45
getTop
Method · 0.45
getRight
Method · 0.45
getBottom
Method · 0.45
isBeingConstructed
Method · 0.45
isFlying
Method · 0.45
isInWeaponRange
Method · 0.45
isSieged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected