12 lines
366 B
Lua
12 lines
366 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 |