|
BWAPI
|
#include <DefaultTestModule.h>


Public Member Functions | |
| virtual void | onStart () |
| virtual void | onFrame () |
| void DefaultTestModule::onFrame | ( | ) | [virtual] |
BWAPI calls this on every logical frame in the game.
Reimplemented from TestModule.

| void DefaultTestModule::onStart | ( | ) | [virtual] |
BWAPI calls this at the start of a match. Typically an AI will execute set up code in this method (initialize data structures, load build orders, etc).
Reimplemented from BWAPI::AIModule.

1.7.6.1