API SetPVP Edit History Talk0 98,585pages on this wiki Revision as of 02:52, November 27, 2007 by TCW (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API Used to toggle PVP on or Off. Arguments (arg1) arg1 0 or 1; 0 Toggles PVP off, 1 Toggles PVP on. Example /script SetPVP(1); //Toggles PVP On in friendly zones. /script SetPVP(0); //Toggles PVP Off in friendly zones. Read more Toggles the chat logging and returns the current state. isLogging = LoggingChat([newState... API LoggingChat Sets where the result of a API SendWho request will be handled. SetWhoToUI(state); (State) State... API SetWhoToUI Cancels the area Spirit Healer's resurrection in battlegrounds. CancelAreaSpiritHeal() None None API CancelAreaSpiritHeal Categories: World of Warcraft API