|
My Project
|
Executes an Azure Function with the profile of the entity that is defined in the request. More...
Public Attributes | |
| Dictionary< string, string > | CustomTags |
| The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
| EntityKey | Entity |
| The entity to perform this action on. | |
| string | FunctionName |
| The name of the CloudScript function to execute. | |
| object | FunctionParameter |
| Object that is passed in to the function as the FunctionArgument field of the FunctionExecutionContext data structure. | |
| bool? | GeneratePlayStreamEvent |
| Generate a 'entity_executed_cloudscript_function' PlayStream event containing the results of the function execution and other contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager. | |
Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon | |
| PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel | |
| string | ToJson () |
Executes an Azure Function with the profile of the entity that is defined in the request.