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

# ILampInfo::GetPurposes

> ILampInfo::GetPurposes

# ILampInfo::GetPurposes

Lamp가 사용되도록 의도된 목적의 집합을 반환합니다.

## 구문

```cpp theme={null}
LampPurposes GetPurposes(
)
```

### 매개변수

이 메서드에는 매개변수가 없습니다.

### 반환값

형식: [LampPurposes](/reference/lighting/lamparray/enums/lamppurposes)

Lamp가 사용되도록 의도된 목적을 나타내는 플래그 집합입니다.

## 요구 사항

**헤더:** LampArray.h

**라이브러리:** xgameplatform.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampInfo](/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo)


## Related topics

- [LampPurposes 열거형](/ko/reference/lighting/lamparray/enums/lamppurposes.md)
- [ILampInfo::GetIndex](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getindex.md)
- [ILampInfo::GetPosition](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getposition.md)
- [ILampInfo::GetNearestSupportedColor](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getnearestsupportedcolor.md)
- [ILampInfo::GetScanCode](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getscancode.md)
