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

7 lines
299 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number timer
---Returns the amount of time until the player's PVP flag expires. Returns 300000 or higher if the player's PvP flag is manually enabled or if the player is in a PvP or enemy zone.
function GetPVPTimer() end