MCPcopy 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

clearAllMethod · 0.45
onMatchStartMethod · 0.45
onMatchFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected