#include <botinfo.h>
Inheritance diagram for CVisibleBotInfo:
Public Member Functions | |
CVisibleBotInfo () | |
Default constructor. | |
CVisibleBotInfo (CVisibleBotInfo *aBotInfo, float aXPos, float aYPos) | |
Copy constructor. | |
virtual | ~CVisibleBotInfo () |
Destructor. | |
bool | enemy () |
Checks whether the bot is hostile. |
When bots see other bots, they will get this information of it.
|
Copy constructor. Used when giving info to bots, changes coordinates from absolute to relative.
|
|
Checks whether the bot is hostile.
|