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

6 lines
166 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string realm
---Returns the name of the player's realm (server name)
function GetRealmName() end