Edit

Share via


Services C API overview - PFCloudScript.h

Functions

Function Description
PFCloudScriptClientExecuteCloudScriptAsync Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The PlayFab ID is the entity ID of the player's master_player_account entity.
PFCloudScriptClientExecuteCloudScriptGetResult Gets the result of a successful PFCloudScriptClientExecuteCloudScriptAsync call.
PFCloudScriptClientExecuteCloudScriptGetResultSize Get the size in bytes needed to store the result of a ClientExecuteCloudScript call.
PFCloudScriptExecuteEntityCloudScriptAsync Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of custom server-side functionality you can implement, and it can be used in conjunction with virtually anything.
PFCloudScriptExecuteEntityCloudScriptGetResult Gets the result of a successful PFCloudScriptExecuteEntityCloudScriptAsync call.
PFCloudScriptExecuteEntityCloudScriptGetResultSize Get the size in bytes needed to store the result of a ExecuteEntityCloudScript call.
PFCloudScriptExecuteFunctionAsync Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of custom server-side functionality you can implement, and it can be used in conjunction with virtually anything.
PFCloudScriptExecuteFunctionGetResult Gets the result of a successful PFCloudScriptExecuteFunctionAsync call.
PFCloudScriptExecuteFunctionGetResultSize Get the size in bytes needed to store the result of a ExecuteFunction call.
PFCloudScriptServerExecuteCloudScriptAsync Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The PlayFab ID is the entity ID of the player's master_player_account entity.
PFCloudScriptServerExecuteCloudScriptGetResult Gets the result of a successful PFCloudScriptServerExecuteCloudScriptAsync call.
PFCloudScriptServerExecuteCloudScriptGetResultSize Get the size in bytes needed to store the result of a ServerExecuteCloudScript call.