#include <botinfo.h>
Inheritance diagram for CBotInfo:

Public Member Functions | |
| CBotInfo () | |
| Default constructor. | |
| virtual | ~CBotInfo () |
| Destructor. | |
| char | actionDelay () |
| Getter for the remaining time to finish current action. | |
| const CWeapon * | weapon () |
| Getter for current weapon. | |
Protected Attributes | |
| char | mActionDelay |
| Turns remaining before done current action. | |
| CWeapon * | mWeapon |
| Current weapon. | |
| TBotAction | mBotAction |
| Current action. | |
| bool | mBunkered |
| Is the robot bunkered. | |
|
|
Getter for the remaining time to finish current action.
|
1.3-rc3