5 lines
160 B
Lua
5 lines
160 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isAway
|
|
---Returns whether the player's status is Away
|
|
function IsChatAFK() end |