Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getPlayer
Method
getPlayer
bwapi/BWAPILIB/Source/Event.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
return unit;
220
}
221
Player Event::getPlayer() const
222
{
223
return player;
224
}
225
bool Event::isWinner() const
226
{
227
return winner;
Callers
15
Military.cpp
File · 0.45
WeaponCanHit
Function · 0.45
CanUseTech
Method · 0.45
execute
Method · 0.45
HasEnemyTarget
Method · 0.45
onUnitCreate
Method · 0.45
onUnitDestroy
Method · 0.45
execute
Method · 0.45
Enter_Transport.cpp
File · 0.45
RunJunkYardDog
Method · 0.45
execute
Method · 0.45
getUnitsInWeaponRange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected