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

Method onFrame

bwapi/TestAIModule/Source/ExistenceTest.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 Broodwar->sendText("show me the money");
10}
11void ExistenceTest::onFrame()
12{
13 for (Unit u : Broodwar->getAllUnits())
14 {
15 Broodwar->drawTextMap(u->getPosition(),"%x",u->getID());
16 }
17}
18void ExistenceTest::onUnitCreate(Unit unit)
19{
20 Broodwar << "Unit " << unit->getID() << " [" << unit->getType() << "] has been created" << std::endl;

Callers

nothing calls this directly

Calls 3

drawTextMapMethod · 0.80
getPositionMethod · 0.45
getIDMethod · 0.45

Tested by

no test coverage detected