#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 | |
Person * | _person |
Static Private Attributes | |
static const std::string | _id = "jumpReset" |
Definition at line 36 of file Command.h.
|
Definition at line 11 of file JumpResetCommand.cpp. |
|
Definition at line 16 of file JumpResetCommand.cpp. References _person, List::firstString(), Level::getObject(), Level::instance(), and List::rest(). |
|
Implements Command. Definition at line 22 of file JumpResetCommand.cpp. References _person, and Person::jumpReset(). |
|
Implements Command. Definition at line 27 of file JumpResetCommand.cpp. References _id, _person, List::getString(), Object::id(), and List::snoc(). |
|
Definition at line 43 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 47 of file Command.h. Referenced by getString(), and id(). |
|
Definition at line 45 of file Command.h. Referenced by execute(), getString(), and JumpResetCommand(). |