Go to the source code of this file.
Data Structures | |
class | CBotInfo |
Private class for general bot information. More... | |
class | CVisibleBotInfo |
Public class for general bot information. More... | |
Enumerations | |
enum | TBotAction { EActionNone = 0, EActionMove = 1, EActionShoot = 2, EActionBunker = 4, EActionPickWeapon = 8, EActionDropWeapon = 16 } |
Bot actions. More... |
This header specifies internal and external data structures for the game objectish information of the robots.
|
Bot actions. Every action is a combination of these. See CBotAI::checkAction() for detailed information about legal actions. |