Files
wow_Meta/api/NoPlayTime.lua
2024-12-16 13:13:08 +01:00

5 lines
484 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil hasNoTime
---Returns whether the player has exceeded the allowed play time limit. When in this state, the player is unable to gain loot or XP or complete quests and cannot use trade skills; returning to normal requires logging out of the game for a period of time (see GetBillingTimeRested). Only used in locales where the length of play sessions is restricted (e.g. mainland China).
function NoPlayTime() end