Public Member Functions | |
| CutScene (GnapEngine *vm) | |
| int | init () override=0 |
| void | updateHotspots () override |
| void | run () override |
| void | updateAnimations () override |
| void | updateAnimationsCb () override |
Public Member Functions inherited from Gnap::Scene | |
| Scene (GnapEngine *vm) | |
| void | playRandomSound (int timerIndex) |
| bool | clearKeyStatus () |
Protected Attributes | |
| int | _itemsCount |
| int | _resourceIdArr [16] |
| int | _sequenceCountArr [16] |
| int | _sequenceIdArr [50] |
| bool | _canSkip [16] |
Protected Attributes inherited from Gnap::Scene | |
| GnapEngine * | _vm |