WoW:API LaunchURL: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
No edit summary |
||
Line 22: | Line 22: | ||
;''Result'' | ;''Result'' | ||
Navigates a new web browser window to http://www.worldofwarcraft.com | Navigates a new web browser window to http://www.worldofwarcraft.com | ||
Note: this function still exists inside the login lua environment, however not in the addon environment |
Revision as of 01:14, 20 February 2008
This is no longer a part of the World of Warcraft API.
|
Launches an external web browser and navigates to the URL provided.
LaunchURL("URL")
- Arguments
- "URL": 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).
- Returns
- nil
- Example
LaunchURL("http://www.worldofwarcraft.com");
- Result
Navigates a new web browser window to http://www.worldofwarcraft.com
Note: this function still exists inside the login lua environment, however not in the addon environment