Protected Member Functions | |
| Common::String | getRecordTypeName () const override |
Protected Member Functions inherited from Nancy::Action::ActionRecord | |
| void | finishExecution () |
Additional Inherited Members | |
Public Types inherited from Nancy::Action::ActionRecord | |
| enum | ExecutionState { kBegin, kRun, kActionTrigger } |
| enum | ExecutionType { kOneShot = 1, kRepeating = 2 } |
Public Member Functions inherited from Nancy::Action::Hot1FrSceneChange | |
| void | readData (Common::SeekableReadStream &stream) override |
| void | execute () override |
Public Member Functions inherited from Nancy::Action::ActionRecord | |
| virtual void | onPause (bool pause) |
| virtual void | handleInput (NancyInput &input) |
Public Attributes inherited from Nancy::Action::Hot1FrSceneChange | |
| HotspotDescription | _hotspotDesc |
Public Attributes inherited from Nancy::Action::SceneChange | |
| SceneChangeDescription | _sceneChange |
Public Attributes inherited from Nancy::Action::ActionRecord | |
| Common::String | _description |
| byte | _type |
| ExecutionType | _execType |
| Common::Array< DependencyRecord > | _dependencies |
| bool | _isActive |
| bool | _isDone |
| bool | _hasHotspot |
| Common::Rect | _hotspot |
| ExecutionState | _state |
| int16 | _days |
| int8 | _itemRequired |