stepFsm
此内容尚不支持你的语言。
stepFsm<
Ctx>(fsm,run,ctx,bb,registry):boolean
Defined in: ai/fsm/FsmRunner.ts:45
Advance one tick. Returns true if a transition was taken. The new state’s
onEnter runs on the following tick (via entered=false), so a pass-through
state cleanly enters-then-exits across two ticks rather than looping.
Type Parameters
Section titled “Type Parameters”Ctx
Parameters
Section titled “Parameters”Ctx
registry
Section titled “registry”AiRegistry<Ctx>
Returns
Section titled “Returns”boolean