Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns information on Garrison/Class Hall/other shipment in progress.

name, texture, shipmentCapacity, shipmentsReady, shipmentsTotal, creationTime, duration, timeleftString, itemName, itemTexture, unk1, itemID, followerID = C_Garrison.GetLandingPageShipmentInfoByContainerID(containerID)

Arguments[]

containerID
number - Container ID as returned from C_Garrison.GetFollowerShipments or C_Garrison.GetLooseShipments.

Returns[]

name
string - shipment name
texture
number - shipment texture
shipmentCapacity
number
shipmentsReady
number
shipmentsTotal
number
creationTime
number
duration
number
timeleftString
string
itemName
string - name of item produced by this shipment
itemTexture
number : FileID
unk1
number
itemID
number - ID of item produced by this shipment
followerID
number

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement