Properties
instantaneousMode
instantaneousMode: boolean
onEnteringState
onEnteringState: ((stateName, args) => void)
Type declaration
- (stateName, args): void
Parameters
stateName: string
args: any
Returns void
onLeavingState
onLeavingState: ((stateName) => void)
Type declaration
- (stateName): void
Returns void
onUpdateActionButtons
onUpdateActionButtons: ((stateName, args) => void)
Type declaration
- (stateName, args): void
Parameters
stateName: string
args: any
Returns void
setup
setup: ((gamedatas) => void)
Type declaration
- (gamedatas): void
Returns void
setupNotifications
setupNotifications: (() => void)
Framework interfaces