Public Types | |
enum | Mode { NORMAL_MODE, RAY_AND_BUTTLEG_MODE, CARNIVAL_TICKET_SELLER_MODE } |
Public Types inherited from MutationOfJB::Command | |
enum | ExecuteResult { None, Finished, InProgress } |
Public Member Functions | |
TalkCommand (Mode mode) | |
ExecuteResult | execute (ScriptExecutionContext &scriptExecCtx) override |
Common::String | debugString () const override |
Public Member Functions inherited from MutationOfJB::SeqCommand | |
void | setNextCommand (Command *nextCommand) |
Command * | next () const override |