|
static bool | runOps (const Common::Array< SceneOp > ops, int16 addMinutes=0) |
|
bool | readConditionList (Common::SeekableReadStream *s, Common::Array< SceneConditions > &list) const |
|
bool | readHotArea (Common::SeekableReadStream *s, HotArea &dst) const |
|
bool | readHotAreaList (Common::SeekableReadStream *s, Common::List< HotArea > &list) const |
|
bool | readGameItemList (Common::SeekableReadStream *s, Common::Array< GameItem > &list) const |
|
bool | readMouseHotspotList (Common::SeekableReadStream *s, Common::Array< MouseCursor > &list) const |
|
bool | readObjInteractionList (Common::SeekableReadStream *s, Common::Array< ObjectInteraction > &list) const |
|
bool | readOpList (Common::SeekableReadStream *s, Common::Array< SceneOp > &list) const |
|
bool | readDialogList (Common::SeekableReadStream *s, Common::Array< Dialog > &list, int16 filenum=0) const |
|
bool | readTriggerList (Common::SeekableReadStream *s, Common::Array< SceneTrigger > &list) const |
|
bool | readDialogActionList (Common::SeekableReadStream *s, Common::Array< DialogAction > &list) const |
|
bool | readConditionalSceneOpList (Common::SeekableReadStream *s, Common::Array< ConditionalSceneOp > &list) const |
|
static void | segmentStateOps (const Common::Array< uint16 > &args) |
|
static void | setItemAttrOp (const Common::Array< uint16 > &args) |
|
static void | setDragItemOp (const Common::Array< uint16 > &args) |
|
static bool | checkConditions (const Common::Array< SceneConditions > &cond) |
|
static bool | runSceneOp (const SceneOp &op) |
|
static bool | runDragonOp (const SceneOp &op) |
|
static bool | runChinaOp (const SceneOp &op) |
|
static bool | runBeamishOp (const SceneOp &op) |
|
uint32 | _magic |
|
Common::String | _version |
|
Common::Array< SceneOp > | _preTickOps |
|
Common::Array< SceneOp > | _postTickOps |
|
Common::Array< ConditionalSceneOp > | _conditionalOps |
|
The documentation for this class was generated from the following file: