WoW API: TogglePVP

WoW API < TogglePVP

Toggles PvP setting on or off.

TogglePVP();

ParametersEdit

ArgumentsEdit

none

ReturnsEdit

nil

ExampleEdit

This asks whether the variable msg is equal to true, then toggles PvP.
if (msg == true) then
  TogglePVP();
end