|
| DoubleBullet (const std::string &uniqueName, uranus::ecs::component::Position pos) |
|
void | enable (Player &player) override |
|
void | loop (size_t entity) override |
|
| Bonus (const std::string &uniqueName, uranus::ecs::component::Position pos, const std::string &textureName) |
|
void | colliding (size_t entity, size_t entityCollidingWith) |
|
virtual void | enable (Player &player)=0 |
|
virtual void | loop (size_t entity)=0 |
|
| Base (const std::string &uniqueName) |
|
const std::string & | getUniqueName () |
|
|
size_t | _entityId |
|
std::string | _uniqueName |
|
◆ enable()
void bonus::DoubleBullet::enable |
( |
Player & |
player | ) |
|
|
overridevirtual |
◆ loop()
void bonus::DoubleBullet::loop |
( |
size_t |
entity | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/include/game/bonus/DoubleBullet.hpp
- /github/workspace/src/game/bonus/DoubleBullet.cpp