diff options
Diffstat (limited to 'meta/3rd/love2d/library/love.system.lua')
-rw-r--r-- | meta/3rd/love2d/library/love.system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/love2d/library/love.system.lua b/meta/3rd/love2d/library/love.system.lua index dfb79734..7eae76ad 100644 --- a/meta/3rd/love2d/library/love.system.lua +++ b/meta/3rd/love2d/library/love.system.lua @@ -16,7 +16,7 @@ function love.system.getOS() end --- ---Gets information about the system's power supply. --- ----@return PowerState state # The basic state of the power supply. +---@return love.system.PowerState state # The basic state of the power supply. ---@return number percent # Percentage of battery life left, between 0 and 100. nil if the value can't be determined or there's no battery. ---@return number seconds # Seconds of battery life left. nil if the value can't be determined or there's no battery. function love.system.getPowerInfo() end |