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

Public Member Functions | |
| PlayScriptCommand (std::string filename) | |
| PlayScriptCommand (List *command) | |
| void | execute () | 
| std::string | getString () | 
Static Public Member Functions | |
| static std::string | id () | 
Private Attributes | |
| std::string | _filename | 
Static Private Attributes | |
| static const std::string | _id = "playScript" | 
Definition at line 228 of file Command.h.
      
  | 
  
| 
 
 Definition at line 9 of file PlayScriptCommand.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 15 of file PlayScriptCommand.cpp. References _filename, List::firstString(), and List::rest().  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 21 of file PlayScriptCommand.cpp. References _filename, CommandManager::instance(), and CommandManager::startPlaying().  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 26 of file PlayScriptCommand.cpp. References _filename, _id, List::getString(), and List::snoc().  | 
  
      
  | 
  
| 
 
 Definition at line 236 of file Command.h. References _id. Referenced by Command::loadCommand().  | 
  
      
  | 
  
| 
 
 Definition at line 238 of file Command.h. Referenced by execute(), getString(), and PlayScriptCommand().  | 
  
      
  | 
  
| 
 
 Definition at line 239 of file Command.h. Referenced by getString(), and id().  | 
  
 1.4.6-NO