5 lines
178 B
Lua
5 lines
178 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isInControl
|
|
---Returns whether a unit controls a vehicle
|
|
function UnitInVehicleControlSeat() end |