LaunchURL

From Warcraft Wiki
Jump to navigation Jump to search

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

LaunchURL(url)

Arguments

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

Example

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

Patch changes

Dragonflight Patch 10.2.0 (2023-11-07): Re-added.
WoW Icon update.png Patch 1.10.0 (2006-03-28): Removed. This still exists inside the login lua environment, however not in the addon environment.
WoW Icon update.png Patch 1.0.0 (2004-10-08): Added.