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

Class Bulletset

bwapi/include/BWAPI/Bulletset.h:11–14  ·  view source on GitHub ↗

A container for a set of Bullet objects.

Source from the content-addressed store, hash-verified

9
10 /// <summary>A container for a set of Bullet objects.</summary>
11 class Bulletset : public SetContainer<Bullet, std::hash<void*>>
12 {
13 public:
14 };
15}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected