API GetPVPDesired Edit History Talk0 98,458pages on this wiki 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 Checks to see if the player has enabled PvP ("Permaflagged"). local ispvp = GetPVPDesired(); Returns ispvp 1 if the player has selected to be PvP flagged, 0 otherwise. Example if (GetPVPDesired() == 0) then --Player is not force-flagged for PvP end Read more Returns current and maximum durability of an item in the character's bags. current, maximum ... API GetContainerItemDurability Returns the time at which you may once again use the dungeon finder after prematurely leaving a... API GetLFGDeserterExpiration Returns whether the last-offered quest was automatically accepted. isAutoAccepted ... API QuestGetAutoAccept Categories: World of Warcraft API