Files
wow_Meta/api/CreateFrame.lua
2024-12-16 13:13:08 +01:00

9 lines
273 B
Lua

---@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