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

Public Member Functions | |
| InvincibleCommand (Person *person, bool inv) | |
| InvincibleCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| std::string | _person |
| bool | _inv |
Static Private Attributes | |
| static const std::string | _id = "invincible" |
Definition at line 514 of file Command.h.
|
||||||||||||
|
Definition at line 12 of file InvincibleCommand.cpp. |
|
|
Definition at line 17 of file InvincibleCommand.cpp. References _inv, _person, List::firstString(), and List::rest(). |
|
|
Implements Command. Definition at line 28 of file InvincibleCommand.cpp. References _inv, _person, Level::getObject(), and Level::instance(). |
|
|
Implements Command. Definition at line 33 of file InvincibleCommand.cpp. References _id, _inv, _person, List::getString(), and List::snoc(). |
|
|
Definition at line 522 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 527 of file Command.h. Referenced by getString(), and id(). |
|
|
Definition at line 525 of file Command.h. Referenced by execute(), getString(), and InvincibleCommand(). |
|
|
Definition at line 524 of file Command.h. Referenced by execute(), getString(), and InvincibleCommand(). |
1.4.6-NO