#include <weaponinfo.h>
Inheritance diagram for CVisibleWeaponInfo:

Public Member Functions | |
| CVisibleWeaponInfo () | |
| Default constructor. | |
| CVisibleWeaponInfo (const CVisibleWeaponInfo *aWeapon, float aXPos, float aYPos) | |
| Copy constructor This will only be called with data of type, and will change coordinates from absolute to relative, thus needing current location of the bot. | |
| virtual | ~CVisibleWeaponInfo () |
| Destructor. | |
| int | weaponType () |
| Getter for the weapon type. | |
When bots see a weapon, this is the info they get of it
|
||||||||||||||||
|
Copy constructor This will only be called with data of type, and will change coordinates from absolute to relative, thus needing current location of the bot.
|
|
|
Getter for the weapon type.
|
1.3-rc3