15 lines
		
	
	
		
			753 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			753 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@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
 |