Skip to content

FsmRunState

Defined in: ai/fsm/FsmRunner.ts:30

Mutable per-instance runtime state. entered gates the one-shot onEnter.

current: string

Defined in: ai/fsm/FsmRunner.ts:31


entered: boolean

Defined in: ai/fsm/FsmRunner.ts:33


previous: string | null

Defined in: ai/fsm/FsmRunner.ts:32