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

8 lines
422 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param accept 1nil
---Accepts the offered teleport to a battleground/arena or leaves the battleground/arena or queue. This function requires a hardware event when used to accept a teleport; it can be called without a hardware event for leaving a battleground/arena or its queue.
function AcceptBattlefieldPort(index, accept) end