> ## 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      | TBD |
| AN      | TBD |
| AS      | TBD |
| EU      | TBD |
| NA      | TBD |
| OC      | TBD |
| SA      | TBD |
| Unknown | TBD |

## 요구 사항

**헤더:** PFTypes.h

## 참고 항목

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

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