Added more tools to debug pets on '/details debug' and '/details mypets'

This commit is contained in:
Tercio Jose
2024-07-13 23:56:21 -03:00
committed by andrew6180
parent a90ab80de3
commit 7538b36b2a
10 changed files with 366 additions and 24 deletions
+1
View File
@@ -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