#include <bullet.h>
Inheritance diagram for CVisibleBulletInfo:

Public Member Functions | |
| CVisibleBulletInfo () | |
| Default constructor. | |
| CVisibleBulletInfo (const CVisibleBulletInfo *aBullet, float aXPos, float aYPos) | |
| Copy constructor. | |
| virtual | ~CVisibleBulletInfo () |
| Destructor. | |
| int | bulletType () |
| Getter for the bullet type. | |
|
||||||||||||||||
|
Copy constructor. This will only be called with data of type CBulletInfo, and will change coordinates from absolute to relative, thus needing current location of the bot
|
1.3-rc3