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