Fixed an issue with Min and Max spell values of nested spells

This commit is contained in:
Tercio Jose
2023-05-18 12:01:51 -03:00
parent 446c4e7a75
commit b235a3a547
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -140,6 +140,7 @@
---@field SetPropagateKeyboardInput fun(self: frame, propagate: boolean)
---@field SetPropagateGamepadInput fun(self: frame, propagate: boolean)
---@field StartMoving fun(self: frame)
---@field IsMovable fun(self: frame) : boolean
---@field StartSizing fun(self: frame, point: "top"|"topright"|"right"|"bottomright"|"bottom"|"bottomleft"|"left"|"topleft")
---@field StopMovingOrSizing fun(self: frame)
---@field GetAttribute fun(self: frame, name: string) : any