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

Method isDefeated

bwapi/BWAPIClient/Source/PlayerImpl.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return self->isVictorious;
58 }
59 bool PlayerImpl::isDefeated() const
60 {
61 return self->isDefeated;
62 }
63}

Callers 2

onMatchStartMethod · 0.45
onMatchFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected