> ## 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 data type.

가능한 작업 형식입니다.

## 값

| 값                            | 설명                       |
| :--------------------------- | :----------------------- |
| ExecuteFunction              | Azure Function을 실행합니다.   |
| AddVirtualCurrencies         | 가상 통화를 추가합니다.            |
| GrantInventoryItems          | 인벤토리 항목을 부여합니다.          |
| SendEntityPushNotification   | 엔터티 푸시 알림을 전송합니다.        |
| SendEntityEmail              | 엔터티 이메일을 전송합니다.          |
| ExecuteEntityCloudScript     | 엔터티 CloudScript를 실행합니다.  |
| UpdatePlayerCustomProperties | 플레이어 사용자 지정 속성을 업데이트합니다. |
| DeletePlayerCustomProperties | 플레이어 사용자 지정 속성을 삭제합니다.   |
| AddInventoryItemsV2          | 인벤토리 항목을 추가합니다(V2).      |
| SubtractInventoryItemsV2     | 인벤토리 항목을 차감합니다(V2).      |
| DeleteInventoryItemsV2       | 인벤토리 항목을 삭제합니다(V2).      |


## Related topics

- [ActionTrigger](/ko/services/playfab/api-references/events/data-types/actiontrigger.md)
- [ActionFailure](/ko/services/playfab/api-references/events/data-types/actionfailure.md)
- [action_executed](/ko/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/ko/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionEventDetails](/ko/services/playfab/api-references/events/data-types/actioneventdetails.md)
