|
HoverRace
2.0
|
#include <ActionPerformers.h>
Inheritance diagram for HoverRace::Control::PowerupAction:Public Member Functions | |
| PowerupAction (std::string name, int listOrder, MainCharacter::MainCharacter *mc) | |
| virtual void | operator() (int eventValue) |
Public Member Functions inherited from HoverRace::Control::PlayerEffectAction | |
| PlayerEffectAction (std::string name, int listOrder, MainCharacter::MainCharacter *mc) | |
| void | SetMainCharacter (MainCharacter::MainCharacter *mc) |
Public Member Functions inherited from HoverRace::Control::ControlAction< int > | |
| ControlAction () | |
| ControlAction (const std::string &name, int listOrder) | |
| virtual | ~ControlAction () |
| int | GetListOrder () const noexcept |
| const std::string & | GetName () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from HoverRace::Control::PlayerEffectAction | |
| MainCharacter::MainCharacter * | mc |
Protected Attributes inherited from HoverRace::Control::ControlAction< int > | |
| int | listOrder |
| std::string | name |
|
inline |
|
virtual |
Implements HoverRace::Control::PlayerEffectAction.
1.8.11