C_CovenantPreview.GetCovenantInfoForPlayerChoiceResponseID

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

previewInfo = C_CovenantPreview.GetCovenantInfoForPlayerChoiceResponseID(playerChoiceResponseID)

Arguments

playerChoiceResponseID
number

Returns

previewInfo
CovenantPreviewInfo
Field Type Description
textureKit string
transmogSetID number
mountID number
covenantName string
covenantZone string
description string
covenantCrest string
covenantAbilities CovenantAbilityInfo[]
fromPlayerChoice boolean
covenantSoulbinds CovenantSoulbindInfo[] Added in 9.0.2
featureInfo CovenantFeatureInfo Added in 9.0.2
CovenantAbilityInfo
Field Type Description
spellID number
type Enum.CovenantAbilityType
Enum.CovenantAbilityType
Value Field Description
0 Class
1 Signature
2 Soulbind Added in 9.0.2
CovenantSoulbindInfo
Field Type Description
spellID number
uiTextureKit string
name string
description string
sortOrder number
CovenantFeatureInfo
Field Type Description
name string
description string
texture number

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.