Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ clear
Method
clear
bwapi/BWAPIClient/Source/PlayerImpl.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
clear();
14
}
15
void PlayerImpl::clear()
16
{
17
units.clear();
18
}
19
std::string PlayerImpl::getName() const
20
{
21
return std::string(self->name);
Callers
4
clearAll
Method · 0.45
processInterfaceEvents
Method · 0.45
onMatchStart
Method · 0.45
onMatchFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected