Files
wow-weakauras/Meta/api/GetMonitorName.lua
2024-11-07 23:12:37 +01:00

6 lines
208 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param monitorIndex number
---@return string name
---Returns the system name of a selected monitor
function GetMonitorName(monitorIndex) end