ScriptValueType
ScriptValueType =
"exec"|"bool"|"number"|"string"|"entity"|"any"
Defined in: logic/types.ts:20
What a wire carries. exec is the control wire; the rest are data.
ScriptValueType =
"exec"|"bool"|"number"|"string"|"entity"|"any"
Defined in: logic/types.ts:20
What a wire carries. exec is the control wire; the rest are data.