WoW:API EnablePVP: Difference between revisions
Jump to navigation
Jump to search
(use removedapi template) |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{removedapi|1.4.0| | {{wowapi}} | ||
{{removedapi|1.4.0|Replaced by [[API TogglePVP|TogglePVP]].}} | |||
Flags/unflags the user for PvP combat. | |||
EnablePVP(); | EnablePVP(); | ||
Line 22: | Line 21: | ||
;''Result'' | ;''Result'' | ||
: Your PvP flag will be toggled. | |||
---- | ---- | ||
;''Description'' | ;''Description'' | ||
Line 28: | Line 27: | ||
:Simply enable "Player versus Player" for the current player. | :Simply enable "Player versus Player" for the current player. | ||
:Simulate a /pvp (/jcj for french version) in a PvE server. | :Simulate a /pvp (/jcj for french version) in a PvE server. | ||
Revision as of 14:40, 18 June 2006
This is no longer a part of the World of Warcraft API.
|
Flags/unflags the user for PvP combat.
EnablePVP();
- Arguments
- none
- Returns
- nil
- Example
EnablePVP();
- Result
- Your PvP flag will be toggled.
- Description
- Simply enable "Player versus Player" for the current player.
- Simulate a /pvp (/jcj for french version) in a PvE server.