Public Types | |
| enum | { HAS_CONDITION = 1, HAS_ACT2 = 2, HAS_ACT4 = 4, HAS_FUNCTION = 8, HAS_ACT10 = 0x10 } |
Public Member Functions | |
| void | parse (const byte *data, uint32 dataSize) |
Public Attributes | |
| byte | flags = 0 |
| byte | num_act_10e = 0 |
| Common::Array< ActTypeEntry > | act_2 |
| ActEntry | act_4 |
| Common::Array< ActTypeEntry > | act_10 |
| Common::Array< ActEntry > | act_10end [3] |
| int32 | conditionAddress = -1 |
| int32 | functionAddress = -1 |