Framework Update

This commit is contained in:
Tercio Jose
2021-09-23 20:55:50 -03:00
parent 5b3293746a
commit 5e4df4cbec
4 changed files with 106 additions and 18 deletions
+4
View File
@@ -4332,6 +4332,10 @@ DF.ScrollBoxFunctions.GetFrames = function (self)
return self.Frames
end
DF.ScrollBoxFunctions.GetLines = function (self) --alias of GetFrames
return self.Frames
end
DF.ScrollBoxFunctions.GetNumFramesCreated = function (self)
return #self.Frames
end