Fix a bunch of shit

This commit is contained in:
2024-12-21 10:36:32 +01:00
parent c8d4f32d5d
commit 1536a636bd
6 changed files with 14 additions and 15 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