frontend
Preparing search index...
hooks/gameReplay
runReplay
Function runReplay
runReplay
<
TState
>
(
finalState
:
TState
,
setDisplayState
:
(
state
:
TState
)
=>
void
,
config
:
ReplayConfig
<
TState
>
,
)
:
Promise
<
void
>
Run a step-by-step replay animation of CPU actions.
Type Parameters
TState
Parameters
finalState
:
TState
setDisplayState
:
(
state
:
TState
)
=>
void
config
:
ReplayConfig
<
TState
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Run a step-by-step replay animation of CPU actions.