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

Class BulletType

bwapi/include/BWAPI/BulletType.h:72–77  ·  view source on GitHub ↗

This class represents a type of bullet. @note Internally, these are the same IDs as flingy types in Broodwar. @see BulletTypes @ingroup TypeClasses

Source from the content-addressed store, hash-verified

70 /// @see BulletTypes
71 /// @ingroup TypeClasses
72 class BulletType : public Type<BulletType, BulletTypes::Enum::Unknown>
73 {
74 public:
75 /// @copydoc Type::Type(int)
76 constexpr BulletType(int id = BulletTypes::Enum::None) : Type(id) {}
77 };
78 /// @ingroup Types
79 namespace BulletTypes
80 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected