35 lines
		
	
	
		
			836 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			836 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return spell type
 | 
						|
---@return  battlepet
 | 
						|
---@return  companion
 | 
						|
---@return  equipmentset
 | 
						|
---@return  flyout
 | 
						|
---@return  guildbankmoney
 | 
						|
---@return  item
 | 
						|
---@return  macro
 | 
						|
---@return  merchant
 | 
						|
---@return  money
 | 
						|
---@return  petaction
 | 
						|
---@return  spell
 | 
						|
---@return spellbookID data
 | 
						|
---@return  battlepet
 | 
						|
---@return number companion
 | 
						|
---@return string equipmentset
 | 
						|
---@return number guildbankmoney
 | 
						|
---@return itemID item
 | 
						|
---@return macroID macro
 | 
						|
---@return number merchant
 | 
						|
---@return number money
 | 
						|
---@return  petaction
 | 
						|
---@return spellbookID spell
 | 
						|
---@return data subType
 | 
						|
---@return data companion
 | 
						|
---@return hyperlink item
 | 
						|
---@return data spell
 | 
						|
---@return spell subData
 | 
						|
---@return  spell
 | 
						|
---Returns information about the contents of the cursor
 | 
						|
function GetCursorInfo() end
 |