WoW API: LaunchURL

WoW API < LaunchURL

Launches an external web browser and navigates to the URL provided.

LaunchURL("url")

ParametersEdit

ArgumentsEdit

  • URL (string) - URL of the website to open. Seems to only accept some URLs, works with base URL of the world of Warcraft websites, like wow-europe.com, worldofwarcraft.com, etc....

ReturnsEdit

none

ExampleEdit

LaunchURL("http://www.worldofwarcraft.com")
Result

Navigates a new web browser window to http://www.worldofwarcraft.com

NotesEdit

  • This function still exists inside the login Lua environment, however not in the addon environment.
  • Removed in patch 1.10.0