Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Needs summary.

missionDeploymentInfo = C_Garrison.GetMissionDeploymentInfo(missionID)

Arguments[]

missionID
number

Returns[]

missionDeploymentInfo
MissionDeploymentInfo
Field Type Description
location string
xp number
environment string?
environmentDesc string?
environmentTexture number
locTextureKit string
isExhausting boolean
enemies GarrisonEnemyEncounterInfo[]
GarrisonEnemyEncounterInfo
Field Type Description
name string
displayID number
portraitFileDataID number
textureKit string
scale number
height number
mechanics GarrisonMechanicInfo[]
autoCombatSpells AutoCombatSpellInfo[]
autoCombatAutoAttack AutoCombatSpellInfo? Added in 9.1.0
role number
health number
maxHealth number
attack number
boardIndex number
isElite boolean Added in 9.1.0
GarrisonMechanicInfo
Field Type Description
mechanicTypeID number
icon number
name string
factor number
description string
ability GarrisonAbilityInfo?
GarrisonAbilityInfo
Field Type Description
id number
name string
description string
icon number
isTrait boolean
isSpecialization boolean
temporary boolean
category string?
counters GarrisonAbilityCounterInfo[]
isEmptySlot boolean
GarrisonAbilityCounterInfo
Field Type Description
id number
icon number
name string
factor number
description string
AutoCombatSpellInfo
Field Type Description
autoCombatSpellID number
name string
description string
cooldown number
duration number
schoolMask number
previewMask number
icon number
spellTutorialFlag number Added in 9.0.2
hasThornsEffect boolean Added in 9.1.0

Patch changes[]

Shadowlands Patch 9.0.1 (2020-10-13): Changed to C_Garrison.GetMissionDeploymentInfo() and returns structured data.
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added as C_Garrison.GetMissionInfo()

Advertisement