BWAPI
Public Member Functions
DefaultTestModule Class Reference

#include <DefaultTestModule.h>

Inheritance diagram for DefaultTestModule:
Inheritance graph
[legend]
Collaboration diagram for DefaultTestModule:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void onStart ()
virtual void onFrame ()

Member Function Documentation

void DefaultTestModule::onFrame ( ) [virtual]

BWAPI calls this on every logical frame in the game.

Reimplemented from TestModule.

Here is the call graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines