WoW:API LaunchURL: Difference between revisions
Jump to navigation
Jump to search
(Add deprecation/removal notice.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{removedapi|1.10.0|}} | |||
Launches an external web browser and navigates to the URL provided. | Launches an external web browser and navigates to the URL provided. | ||
Line 26: | Line 26: | ||
: Launches an external web browser and navigates to the URL provided. | : Launches an external web browser and navigates to the URL provided. | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} |
Revision as of 21:07, 23 May 2006
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
- Description
- Launches an external web browser and navigates to the URL provided.