Skip to content

ScriptGraphVariable

Defined in: logic/types.ts:73

A graph-local variable: declared by the asset, valued per entity.

optional default?: ScriptValue

Defined in: logic/types.ts:76


name: string

Defined in: logic/types.ts:74


type: "string" | "number" | "entity" | "bool"

Defined in: logic/types.ts:75