構文
メンバー
customTags PFStringDictionaryEntry const*may be nullptr (省略可) 要求に関連付けられている省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。
customTagsCount uint32_t
customTags の数
functionName const char*is null-terminated 実行する CloudScript 関数の名前。
functionParameter PFJsonObject
(省略可) 関数に最初の引数として渡されるオブジェクト。
generatePlayStreamEvent bool const*may be nullptr (省略可) 関数の実行結果とその他のコンテキスト情報を含む ‘player_executed_cloudscript’ PlayStream イベントを生成します。このイベントは、Game Manager のプレイヤー用 PlayStream デバッガー コンソールに表示されます。
revisionSelection PFCloudScriptCloudScriptRevisionOption const*may be nullptr (省略可) 実行する CloudScript のリビジョンのオプション。‘Latest’ は最後に作成されたリビジョンを実行し、‘Live’ は現在ライブで公開されているリビジョンを実行し、‘Specific’ は指定されたリビジョンを実行します。既定値は、SpecificRevision パラメーターが指定されている場合は ‘Specific’、それ以外の場合は ‘Live’ です。
specificRevision int32_t const*may be nullptr (省略可) RevisionSelection が ‘Specific’ に設定されている場合に実行する特定のリビジョン。
