ScummVM API documentation
Adl::ScriptEnv Class Referenceabstract

Public Types

enum  kOpType { kOpTypeDone, kOpTypeCond, kOpTypeAct }
 

Public Member Functions

 ScriptEnv (const Command &cmd, byte room, byte verb, byte noun)
 
byte op () const
 
virtual kOpType getOpType () const =0
 
byte arg (uint i) const
 
virtual void next (uint numArgs)=0
 
bool isMatch () const
 
byte getNoun () const
 
const CommandgetCommand () const
 

Protected Attributes

byte _ip
 

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