#include <Command.h>
Inheritance diagram for SecondaryShootCommand:

Public Member Functions | |
| SecondaryShootCommand (Player *player) | |
| SecondaryShootCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| Player * | _player |
Static Private Attributes | |
| static const std::string | _id = "secondaryShoot" |
Definition at line 207 of file Command.h.
|
|
Definition at line 13 of file SecondaryShootCommand.cpp. |
|
|
Definition at line 18 of file SecondaryShootCommand.cpp. References _player, List::firstString(), Level::getObject(), Level::instance(), and List::rest(). |
|
|
Implements Command. Definition at line 24 of file SecondaryShootCommand.cpp. References _player, and Player::shootSecondary(). |
|
|
Implements Command. Definition at line 29 of file SecondaryShootCommand.cpp. References _id, _player, List::getString(), Object::id(), and List::snoc(). |
|
|
Definition at line 215 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 218 of file Command.h. Referenced by getString(), and id(). |
|
|
Definition at line 217 of file Command.h. Referenced by execute(), getString(), and SecondaryShootCommand(). |
1.4.6-NO