6 lines
512 B
Lua
6 lines
512 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil partialPlayTime
|
|
---Returns whether the player is near the allowed play time limit. When in this state, the player receives half the normal amount of money and XP from kills and 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 PartialPlayTime() end
|