MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / HintSequencePlayer

Class HintSequencePlayer

typings/Hint.d.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type HintCallback = () => any;
6
7export class HintSequencePlayer implements IHintPlayer {
8 play(): void;
9 add(...hints: HintCallback[]):void;
10 remove(...hints: HintCallback[]):void;
11 clear(): void;
12}
13
14export class IdleTimer
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected