Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendClientEvent
Method · 0.80
addEvent
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected