Public Member Functions | |
| IfItemCommand (const Common::String &item, bool negative) | |
| ExecuteResult | execute (ScriptExecutionContext &scriptExecCtx) override |
| Common::String | debugString () const override |
Public Member Functions inherited from MutationOfJB::ConditionalCommand | |
| Command * | getTrueCommand () const |
| Command * | getFalseCommand () const |
| void | setTrueCommand (Command *command) |
| void | setFalseCommand (Command *command) |
| Command * | next () const override |
Additional Inherited Members | |
Public Types inherited from MutationOfJB::Command | |
| enum | ExecuteResult { None, Finished, InProgress } |
Protected Attributes inherited from MutationOfJB::ConditionalCommand | |
| Command * | _trueCommand |
| Command * | _falseCommand |
| bool | _cachedResult |