Files
wow_Meta/api/CreateFrame.lua
2024-12-21 10:36:32 +01:00

8 lines
380 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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