This commit is contained in:
2025-03-13 16:28:23 +01:00
parent 468a68c3e7
commit 62e991cc66
23 changed files with 172 additions and 81 deletions

View File

@@ -1,9 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@param frameType string
---@param name string
---@param parent table
---@param template string
---@return table frame
---Creates a new Frame object
function CreateFrame(frameType, name, parent, template) end
---@overload fun(frameType: string): table
---@overload fun(frameType: string, name: string): table
---@overload fun(frameType: string, name: string, parent: table): table
---@overload fun(frameType: string, name: string, parent: table, template: string): table
function CreateFrame(frameType, name, parent, template) end