6 lines
215 B
Lua
6 lines
215 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@param seat number
|
|
---Moves the player to another seat within his current vehicle
|
|
function UnitSwitchToVehicleSeat(unit, seat) end |