MCPcopy 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.cppFile · 0.45
WeaponCanHitFunction · 0.45
CanUseTechMethod · 0.45
executeMethod · 0.45
HasEnemyTargetMethod · 0.45
onUnitCreateMethod · 0.45
onUnitDestroyMethod · 0.45
executeMethod · 0.45
RunJunkYardDogMethod · 0.45
executeMethod · 0.45
getUnitsInWeaponRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected