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

Public Member Functions | |
| ActivateCutSceneCommand (CutScene *cutScene) | |
| ActivateCutSceneCommand (List *command) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Private Attributes | |
| std::string | _cutScene |
Static Private Attributes | |
| static const std::string | _id = "activateCutScene" |
Definition at line 483 of file Command.h.
|
|
Definition at line 12 of file ActivateCutSceneCommand.cpp. |
|
|
Definition at line 18 of file ActivateCutSceneCommand.cpp. References _cutScene, List::firstString(), and List::rest(). |
|
|
Implements Command. Definition at line 24 of file ActivateCutSceneCommand.cpp. References _cutScene, Level::getObject(), and Level::instance(). |
|
|
Implements Command. Definition at line 29 of file ActivateCutSceneCommand.cpp. References _cutScene, _id, List::getString(), and List::snoc(). |
|
|
Definition at line 491 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 493 of file Command.h. Referenced by ActivateCutSceneCommand(), execute(), and getString(). |
|
|
Definition at line 495 of file Command.h. Referenced by getString(), and id(). |
1.4.6-NO