Files
wow_Meta/api/SetChatWindowAlpha.lua
2025-05-04 15:15:00 +02:00

8 lines
327 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param alpha number
---Saves a chat window's background opacity setting. Used by the default UI's function FCF_SetWindowAlpha() which changes the opacity of a displayed FloatingChatFrame.
function SetChatWindowAlpha(index, alpha) end