Syntax
Parameters
entityHandle PFEntityHandle
PFEntityHandle to use for authentication.
request PFCloudScriptExecuteEntityCloudScriptRequest*
Populated request object.
async XAsyncBlock*Inout XAsyncBlock for the async operation.
Executes a PlayFab CloudScript (JavaScript) function server-side in the context of a specified entity, returning custom server logic results to the caller.
entityHandle PFEntityHandle
PFEntityHandle to use for authentication.
request PFCloudScriptExecuteEntityCloudScriptRequest*
Populated request object.
async XAsyncBlock*