|
BWAPI
|
#include <ScriptThread.h>
Public Member Functions | |
| aithread () | |
| aithread (WORD wStartBlock, BWAPI::Position location, void *town=NULL) | |
| ~aithread () | |
| template<class _T > | |
| _T | read () |
| void | execute () |
| DWORD | getFlags () |
| void | setFlags (DWORD dwFlags) |
| void | clearFlags (DWORD dwFlags) |
| DWORD | sleep () |
| void | killThread () |
| void | showDebug (int x, int y) |
| void | saveDebug (const char *prefix, int iOpcode, const char *pszFormat=NULL,...) |
| void | retry () |
| aithread::aithread | ( | WORD | wStartBlock, |
| BWAPI::Position | location, | ||
| void * | town = NULL |
||
| ) |

| void aithread::clearFlags | ( | DWORD | dwFlags | ) |
| void aithread::execute | ( | ) |

| void aithread::killThread | ( | ) |


| _T aithread::read | ( | ) | [inline] |
| void aithread::retry | ( | ) |

| void aithread::saveDebug | ( | const char * | prefix, |
| int | iOpcode, | ||
| const char * | pszFormat = NULL, |
||
| ... | |||
| ) |


| void aithread::setFlags | ( | DWORD | dwFlags | ) |

| void aithread::showDebug | ( | int | x, |
| int | y | ||
| ) |

| DWORD aithread::sleep | ( | ) |
1.7.6.1