Returns info about a particular Garrison Building's shipments.
See also _(API_CAT_GARRISON).
Signature:
name,
texture,
shipmentCapacity,
shipmentsTotal,
creationTime,
duration,
timeLeftString,
itemName,
itemIcon,
itemQuality,
itemID
=
C_Garrison.GetLandingPageShipmentInfo()
Returns:
name
- Name of the building (string
)texture
- Icon texture (string
)shipmentCapacity
- Max number of shipments that can be queued (number
)shipmentsTotal
- Number of shipments currently queued. (number
)creationTime
- creationTime (number
)duration
- duration (number
)timeLeftString
- Human-readable text representation of time remaining until next shipment is complete (string
)itemName
- itemName (string
)itemIcon
- itemIcon (string
)itemQuality
- itemQuality (number
)itemID
- itemID (number
)