13 lines
		
	
	
		
			348 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			348 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number
 | 
						|
---@return string name
 | 
						|
---@return string subtext
 | 
						|
---@return string texture
 | 
						|
---@return 1nil isToken
 | 
						|
---@return 1nil isActive
 | 
						|
---@return 1nil autoCastAllowed
 | 
						|
---@return 1nil autoCastEnabled
 | 
						|
---Returns information about a pet action
 | 
						|
function GetPetActionInfo(index) end
 |