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