MCPcopy Create free account
hub / github.com/bwapi/bwapi / BulletData

Class BulletData

bwapi/include/BWAPI/Client/BulletData.h:5–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace BWAPI
4{
5 struct BulletData
6 {
7 int id;
8 int player;
9 int type;
10 int source;
11 int positionX;
12 int positionY;
13 double angle;
14 double velocityX;
15 double velocityY;
16 int target;
17 int targetPositionX;
18 int targetPositionY;
19 int removeTimer;
20 bool exists;
21 bool isVisible[9];
22 };
23}

Callers 1

BulletImplClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected