8 lines
237 B
Lua
8 lines
237 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string prefix
|
|
---@return string pendingText
|
|
---@return string description
|
|
---Returns text used by the work order UI.
|
|
function C_Garrison.GetShipmentContainerInfo() end
|