|
BWAPI
|
#include <TechTimeline.h>
Public Member Functions | |
| TechTimeline () | |
| void | reset () |
| int | getStartTime (BWAPI::TechType t) |
| int | getFinishTime (BWAPI::TechType t) |
| bool | isPlanned (BWAPI::TechType t) |
| void | registerTechStart (int frame, BWAPI::TechType t) |
| void | registerTechFinish (int frame, BWAPI::TechType t) |
Public Attributes | |
| std::map< BWAPI::TechType, std::pair< int, int > > | techEvents |
| int TechTimeline::getFinishTime | ( | BWAPI::TechType | t | ) |
| int TechTimeline::getStartTime | ( | BWAPI::TechType | t | ) |
| bool TechTimeline::isPlanned | ( | BWAPI::TechType | t | ) |
| void TechTimeline::registerTechFinish | ( | int | frame, |
| BWAPI::TechType | t | ||
| ) |
| void TechTimeline::registerTechStart | ( | int | frame, |
| BWAPI::TechType | t | ||
| ) |
| void TechTimeline::reset | ( | ) |
| std::map< BWAPI::TechType, std::pair< int, int > > TechTimeline::techEvents |
1.7.6.1