0 Talk API GetPVPDesired Edit History Main Menue WoW API Widget API Macro API Lua functions Events XML UI 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 WoW constants (which are actually global lua variables) are automatically replaced with their... WoW constants Accepts a resurrection, returning the character to life. AcceptResurrect(); Most... API AcceptResurrect Marks an achievement for tracking. AddTrackedAchievement(achievementId); achievementId Number -... API AddTrackedAchievement Related Categories Category: World of Warcraft API