#include <Command.h>
Inheritance diagram for SetCutSceneCommand:
Public Member Functions | |
SetCutSceneCommand (bool cutScene) | |
SetCutSceneCommand (List *command) | |
void | execute () |
std::string | getString () |
Static Public Member Functions | |
static std::string | id () |
Private Attributes | |
bool | _cutScene |
Static Private Attributes | |
static const std::string | _id = "setCutScene" |
Definition at line 242 of file Command.h.
|
Definition at line 9 of file SetCutSceneCommand.cpp. |
|
Definition at line 15 of file SetCutSceneCommand.cpp. References _cutScene, List::firstString(), and List::rest(). |
|
Implements Command. Definition at line 25 of file SetCutSceneCommand.cpp. References _cutScene, Level::instance(), and Level::setCutScene(). |
|
Implements Command. Definition at line 30 of file SetCutSceneCommand.cpp. References _cutScene, _id, List::getString(), and List::snoc(). |
|
Definition at line 250 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 252 of file Command.h. Referenced by execute(), getString(), and SetCutSceneCommand(). |
|
Definition at line 253 of file Command.h. Referenced by getString(), and id(). |