Files
wow_Meta/api/UnitSwitchToVehicleSeat.lua
2025-05-04 14:35:26 +02:00

7 lines
214 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