- Preparing search index...
- The search index is not available
bge-core
Accessors
Protected
canRestart
- get canRestart(): boolean
-
Returns boolean
Protected
canUndo
- get canUndo(): boolean
-
Returns boolean
Methods
next
- next<TFunc>(func, ...args): NextState
-
Parameters
-
func: TFunc
-
Rest
...args: Parameters<TFunc>
Protected
pushUndo
- pushUndo(action): void
-
Returns void
run
- run(...states): Promise<void>
-
Returns Promise<void>
undo
- undo(): boolean
-
Returns boolean