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

Method isWinner

bwapi/BWAPILIB/Source/Event.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 return player;
224 }
225 bool Event::isWinner() const
226 {
227 return winner;
228 }
229 Event& Event::setType(EventType::Enum type_)
230 {
231 this->type = type_;

Callers 4

SendClientEventMethod · 0.80
addEventMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected