Public Member Functions | |
| void | readFromBE (byte *&ptr) |
| bool | match (const Verb &v, int16 obj1, int16 obj2) const |
Public Attributes | |
| Verb | verb |
| action to perform | |
| int16 | nounObj1 |
| first object used in the action | |
| int16 | nounObj2 |
| second object used in the action | |
| int16 | song |
| song to play (>0: playbefore, <0: playafter) | |
| bool | setAreas |
| if set, P2_SET_AREAS must be called (using CmdArea) | |
| bool | setObjects |
| if set, P3_SET_OBJECTS must be called (using CmdObject) | |
| bool | setItems |
| if set, P4_SET_ITEMS must be called (using CmdInventory) | |
| bool | setConditions |
| if set, P1_SET_CONDITIONS must be called (using CmdGameState) | |
| int16 | imageOrder |
| graphic image order | |
| int16 | specialSection |
| special section to execute (refer to execute.c l.423-451) | |