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

# PFContinentCode

> ContinentCode 列挙型。

ContinentCode 列挙型。

## 構文

```cpp theme={null}
enum class PFContinentCode  : uint32_t  
{  
    AF,  
    AN,  
    AS,  
    EU,  
    NA,  
    OC,  
    SA,  
    Unknown  
}  
```

## 定数

| 定数      | 説明 |
| ------- | -- |
| AF      | 未定 |
| AN      | 未定 |
| AS      | 未定 |
| EU      | 未定 |
| NA      | 未定 |
| OC      | 未定 |
| SA      | 未定 |
| Unknown | 未定 |

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFLocationModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pflocationmodel.md)
- [PFSegmentsPlayerLocation](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocation.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [ContinentCode](/ja-jp/services/playfab/api-references/events/data-types/continentcode.md)
- [EventLocation](/ja-jp/services/playfab/api-references/events/data-types/eventlocation.md)
