5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil hasControl
|
|
---Returns whether the player character can be controlled
|
|
function HasFullControl() end |