Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
VersionFunctionNote
 ActivateEditBox(editboxID) 
 CallEventScripts(eventName, argument1) 
 CallHotkeyScripts(action) 
 CallUpdateScripts() 
 CallWidgetEventScripts(widget, eventName, ...) 
 CancelEditBoxInput(editboxID) 
 ConfirmEditBoxInput(editboxID)  
added in post 3.61DrawCircle(radiusx, radiusy, centerx, centery, z, color)  
added in post 3.61DrawRect(width, height, offsetx, offsety, angle, z, color)  
added in post 3.61DrawTriangle(width, height, offsetx, offsety, angle, z, color) 
 GetRenderTargetMousePosition(renderTargetID) 
 GetRenderTargetTexture(renderTargetID) 
 GetSliderValue(sliderID) 
 GetTopRow(tableID) 
 GetUsableTableWidth(width, offsetx, numColumns, hasScrollBar)  
added in post 3.61HideAllCircles()  
added in post 3.61HideAllRects() 
added in post 3.61HideAllShapes() 
added in post 3.61HideAllTriangles()  
added in post 3.61HideCircle(id)  
added in post 3.61HideRect(id)  
added in post 3.61HideTriangle(id) 
added in post 3.61IsFullscreenWidgetSystem() 
 RegisterEvent(eventName, scriptFunction) 
 RemoveScript(widget, handle, scriptFunction) 
 SelectColumn(tableID, column) 
 SelectRow(tableID, row) 
 SetScript(widget, handle, scriptFunction) 
 SetTopRow(tableID, row) 
 UnregisterEvent(eventName, scriptFunction)