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

Method onStart

bwapi/TestAIModule/Source/MicroTest.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace BWAPI;
4bool lastIsAttackFrame;
5void MicroTest::onStart()
6{
7 Broodwar->enableFlag(Flag::UserInput);
8 Broodwar->setCommandOptimizationLevel(4);
9}
10void MicroTest::onFrame()
11{
12 Position goal=Broodwar->getMousePosition()+Broodwar->getScreenPosition();

Callers

nothing calls this directly

Calls 2

enableFlagMethod · 0.45

Tested by

no test coverage detected