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