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

6 lines
328 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param state 1nil
---Enables or disables the player's desired PvP status. Enabling PvP takes effect immediately; disabling PvP begins a five-minute countdown after which PvP status will be disabled (if the player has taken no PvP actions).
function SetPVP(state) end