Files
wow-weakauras/Meta/api/UnitSwitchToVehicleSeat.lua
2024-11-07 23:12:37 +01:00

6 lines
220 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