7 lines
196 B
Lua
7 lines
196 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 1nil canSwitch
|
|
---Returns whether the player is in a vehicle with multiple seats
|
|
function CanSwitchVehicleSeats() end
|