#include <Command.h>
Inheritance diagram for CutSceneTextCommand:
Public Member Functions | |
CutSceneTextCommand (std::string text) | |
CutSceneTextCommand (List *command) | |
void | execute () |
std::string | getString () |
Static Public Member Functions | |
static std::string | id () |
Private Attributes | |
std::string | _text |
Static Private Attributes | |
static const std::string | _id = "cutSceneText" |
Definition at line 186 of file Command.h.
|
Definition at line 11 of file CutSceneTextCommand.cpp. |
|
Definition at line 17 of file CutSceneTextCommand.cpp. References _text, List::firstString(), and List::rest(). |
|
Implements Command. Definition at line 23 of file CutSceneTextCommand.cpp. References _text, Level::instance(), and Level::setCutSceneText(). |
|
Implements Command. Definition at line 28 of file CutSceneTextCommand.cpp. References _id, _text, List::getString(), and List::snoc(). |
|
Definition at line 194 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 197 of file Command.h. Referenced by getString(), and id(). |
|
Definition at line 196 of file Command.h. Referenced by CutSceneTextCommand(), execute(), and getString(). |