Files
wow_Meta/api/UnitSwitchToVehicleSeat.lua
2025-05-04 15:15:00 +02:00

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