VWED_server/docs/script_components.md
2025-04-30 16:57:46 +08:00

720 B

脚本功能块使用说明

运行脚本 (ScriptBp)

描述

本块用于运行自定义脚本。

输入参数

参数名 是否必填 类型 描述
functionName 必填 String 函数名
functionArgs 非必填 Any 函数参数

输出参数

脚本设置task.variables (ScriptVariablesBp)

描述

本块用于通过脚本设置任务变量。

输入参数

参数名 是否必填 类型 描述
functionName 必填 String 函数名
functionArgs 非必填 Any 函数参数

输出参数