> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ActionType

> ActionType 数据类型。

可能的操作类型。

## 值

| 值                            | 描述                 |
| :--------------------------- | :----------------- |
| ExecuteFunction              | 执行 Azure Function。 |
| AddVirtualCurrencies         | 添加虚拟货币。            |
| GrantInventoryItems          | 授予库存物品。            |
| SendEntityPushNotification   | 发送实体推送通知。          |
| SendEntityEmail              | 发送实体电子邮件。          |
| ExecuteEntityCloudScript     | 执行实体 CloudScript。  |
| UpdatePlayerCustomProperties | 更新玩家自定义属性。         |
| DeletePlayerCustomProperties | 删除玩家自定义属性。         |
| AddInventoryItemsV2          | 添加库存物品（V2）。        |
| SubtractInventoryItemsV2     | 减去库存物品（V2）。        |
| DeleteInventoryItemsV2       | 删除库存物品（V2）。        |


## Related topics

- [ActionTrigger](/zh-CN/services/playfab/api-references/events/data-types/actiontrigger.md)
- [action_executed](/zh-CN/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/zh-CN/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionFailure](/zh-CN/services/playfab/api-references/events/data-types/actionfailure.md)
- [player_action_executed](/zh-CN/services/playfab/api-references/events/Player/player-action-executed.md)
