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

7 lines
413 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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