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

6 lines
190 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Removes the player from the current vehicle. Does nothing if the player is not in a vehicle.
function VehicleExit() end