Files
wow_Meta/api/GetMonitorName.lua
2025-05-04 14:35:26 +02:00

7 lines
202 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