Skip to content

registerValue

registerValue(name, spec): void

Defined in: ai/fsm/AiContext.ts:78

Register a named VALUE — a pure name that answers a question, which a script graph reads by wiring its declared outputs. Same store as the actions, so it shows up in the same palettes.

string

AiValueSpec<AiContext>

void