5 lines
328 B
Lua
5 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 |