ScummVM API documentation
MutationOfJB::ConditionalCommand Class Reference
Inheritance diagram for MutationOfJB::ConditionalCommand:
MutationOfJB::Command MutationOfJB::CameFromCommand MutationOfJB::IfCommand MutationOfJB::IfItemCommand MutationOfJB::IfPiggyCommand

Public Member Functions

CommandgetTrueCommand () const
 
CommandgetFalseCommand () const
 
void setTrueCommand (Command *command)
 
void setFalseCommand (Command *command)
 
Commandnext () const override
 
- Public Member Functions inherited from MutationOfJB::Command
virtual ExecuteResult execute (ScriptExecutionContext &scriptExecCtx)=0
 
virtual Common::String debugString () const =0
 

Protected Attributes

Command_trueCommand
 
Command_falseCommand
 
bool _cachedResult
 

Additional Inherited Members

- Public Types inherited from MutationOfJB::Command
enum  ExecuteResult { None, Finished, InProgress }
 

The documentation for this class was generated from the following file: