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

8 lines
211 B
Lua

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