Inheritance diagram for RS::CoachSayCommand:


Public Member Functions | |
| CoachSayCommand (const std::string &msg) | |
| const std::string | serverString () const |
| Returns the server string that will execute the coach say command. | |
| CoachSayCommand * | clone () const |
| Returns a new copy of the command. | |
Definition at line 70 of file CoachSayCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::CoachOrTrainerCommand. Definition at line 72 of file CoachSayCommand.cc. |
1.3-rc3