语法
成员
customTags PFStringDictionaryEntry const*may be nullptr (可选)与请求关联的可选自定义标签(例如生成版本号、外部跟踪标识符等)。
customTagsCount uint32_t
customTags 的数量
entity PFEntityKey const*may be nullptr (可选)要对其执行此操作的可选实体。默认为当前已登录实体。
functionName const char*is null-terminated 要执行的 CloudScript 函数的名称。
functionParameter PFJsonObject
(可选)作为 FunctionExecutionContext 数据结构中 FunctionArgument 字段传入函数的对象。
generatePlayStreamEvent bool const*may be nullptr (可选)生成一个 ‘entity_executed_cloudscript_function’ PlayStream 事件,其中包含函数执行结果和其他上下文信息。此事件将出现在 Game Manager 中该玩家的 PlayStream 调试器控制台。
