#include <Command.h>
Inheritance diagram for JumpCommand:
Public Member Functions | |
JumpCommand (Person *person, xDirection xDir) | |
JumpCommand (List *command) | |
void | execute () |
std::string | getString () |
Static Public Member Functions | |
static std::string | id () |
Private Attributes | |
Person * | _person |
xDirection | _xDir |
Static Private Attributes | |
static const std::string | _id = "jump" |
Definition at line 21 of file Command.h.
|
Definition at line 11 of file JumpCommand.cpp. |
|
Definition at line 16 of file JumpCommand.cpp. References _person, _xDir, List::firstInt(), List::firstString(), Level::getObject(), Level::instance(), and List::rest(). |
|
Implements Command. Definition at line 24 of file JumpCommand.cpp. References _person, _xDir, and Person::jump(). |
|
Implements Command. Definition at line 29 of file JumpCommand.cpp. References _id, _person, _xDir, List::getString(), Object::id(), and List::snoc(). |
|
Definition at line 28 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 33 of file Command.h. Referenced by getString(), and id(). |
|
Definition at line 30 of file Command.h. Referenced by execute(), getString(), and JumpCommand(). |
|
Definition at line 31 of file Command.h. Referenced by execute(), getString(), and JumpCommand(). |