Files
wow_Meta/api/C_Garrison.GetFollowerInfoForBuilding.lua
2024-12-16 13:13:08 +01:00

13 lines
752 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param plotID number
---@return string name
---@return number level
---@return number quality
---@return number displayID
---@return number followerID
---@return string garrFollowerID
---@return number status
---@return number portraitIconID
---Returns info about a follower assigned to a building. This will return information about the follower (if any) assigned to the building on the specified plot. Note that this function takes a plot ID, not a building ID. To query for the follower at, say, the Enchanter's Study, one would have to first find the plot where the study is and then give that plot ID to this function.
function C_Garrison.GetFollowerInfoForBuilding(plotID) end