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

Public Member Functions | |
| ActivateEnemyCommand (Enemy *enemy) | |
| ActivateEnemyCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| std::string | _enemy |
Static Private Attributes | |
| static const std::string | _id = "activateEnemy" |
Definition at line 499 of file Command.h.
|
|
Definition at line 12 of file ActivateEnemyCommand.cpp. |
|
|
Definition at line 18 of file ActivateEnemyCommand.cpp. References _enemy, List::firstString(), and List::rest(). |
|
|
Implements Command. Definition at line 24 of file ActivateEnemyCommand.cpp. References _enemy, Level::getObject(), and Level::instance(). |
|
|
Implements Command. Definition at line 29 of file ActivateEnemyCommand.cpp. References _enemy, _id, List::getString(), and List::snoc(). |
|
|
Definition at line 507 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 509 of file Command.h. Referenced by ActivateEnemyCommand(), execute(), and getString(). |
|
|
Definition at line 511 of file Command.h. Referenced by getString(), and id(). |
1.4.6-NO