Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement
This function is implemented in FrameXML/HelpFrame.lua.

Sends a Lag Report. This function is called by the HelpFrame when reporting lag using the GM window.

HelpReportLag

Arguments
type

"Mail", "AuctionHouse", "Loot", "Spell", "Movement", "Chat"


Returns
none

Example

/script print("** Reporting lag...");local t={"Mail","AuctionHouse","Loot","Spell","Movement","Chat"}; for i=1,#t do HelpReportLag(t[i]);StaticPopup1Button1:Click();print(t[i]) end

Advertisement