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

Function showPlayers

bwapi/ExampleAIClient/Source/ExampleAIClient.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void showPlayers()
257{
258 Playerset players = Broodwar->getPlayers();
259 for(auto p : players)
260 Broodwar << "Player [" << p->getID() << "]: " << p->getName() << " is in force: " << p->getForce()->getName() << std::endl;
261}
262
263void showForces()
264{

Callers 1

mainFunction · 0.85

Calls 4

getPlayersMethod · 0.45
getIDMethod · 0.45
getNameMethod · 0.45
getForceMethod · 0.45

Tested by

no test coverage detected