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

Public Member Functions | |
| JumpResetCommand (Person *person) | |
| JumpResetCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| std::string | _person |
Static Private Attributes | |
| static const std::string | _id = "jumpReset" |
Definition at line 38 of file Command.h.
|
|
Definition at line 11 of file JumpResetCommand.cpp. |
|
|
Definition at line 16 of file JumpResetCommand.cpp. References _person, List::firstString(), and List::rest(). |
|
|
Implements Command. Definition at line 22 of file JumpResetCommand.cpp. References _person, Level::getObject(), Level::instance(), and Person::jumpReset(). |
|
|
Implements Command. Definition at line 31 of file JumpResetCommand.cpp. References _id, _person, List::getString(), and List::snoc(). |
|
|
Definition at line 45 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 50 of file Command.h. Referenced by getString(), and id(). |
|
|
Definition at line 48 of file Command.h. Referenced by execute(), getString(), and JumpResetCommand(). |
1.4.6-NO