Added more tools to debug pets on '/details debug' and '/details mypets'
This commit is contained in:
+11
-11
@@ -13,17 +13,17 @@ local wipe = wipe
|
||||
--definitions
|
||||
|
||||
---@class df_headercolumndata : table
|
||||
---@field key string
|
||||
---@field name string
|
||||
---@field icon string
|
||||
---@field texcoord table
|
||||
---@field text string
|
||||
---@field canSort boolean
|
||||
---@field selected boolean
|
||||
---@field width number
|
||||
---@field height number
|
||||
---@field align string
|
||||
---@field offset number
|
||||
---@field key string?
|
||||
---@field name string?
|
||||
---@field icon string?
|
||||
---@field texcoord table?
|
||||
---@field text string?
|
||||
---@field canSort boolean?
|
||||
---@field selected boolean?
|
||||
---@field width number?
|
||||
---@field height number?
|
||||
---@field align string?
|
||||
---@field offset number?
|
||||
|
||||
---@class df_headerchild : uiobject
|
||||
---@field FramesToAlign table
|
||||
|
||||
@@ -131,6 +131,7 @@ detailsFramework.ScrollBoxFunctions = {
|
||||
---@return frame line The line object at the specified index.
|
||||
GetLine = function(self, lineIndex)
|
||||
local line = self.Frames[lineIndex]
|
||||
--print(self, line, line and line:GetName(), lineIndex, self:GetName())
|
||||
if (line) then
|
||||
line._InUse = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user