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

Method setParticipating

bwapi/BWAPI/Source/BWAPI/PlayerImpl.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 this->wasSeenByBWAPIPlayer = false;
300 }
301 void PlayerImpl::setParticipating(bool isParticipating)
302 {
303 self->isParticipating = isParticipating;
304 }
305 void PlayerImpl::resetResources()
306 {
307 _repairedMinerals = 0;

Callers 1

onGameStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected