12 lines
256 B
Lua
12 lines
256 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 4 state
|
|
---@return 1
|
|
---@return 2
|
|
---@return 3
|
|
---@return 4
|
|
---@return string name
|
|
---@return number multiplier
|
|
---Returns the player's current rest state
|
|
function GetRestState() end
|