WoW:API LaunchURL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API LaunchURL to API LaunchURL without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi | {{wowapi|removed=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. | ||
LaunchURL(" | LaunchURL("url") | ||
-- | == Parameters == | ||
=== 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, like wow-europe.com, worldofwarcraft.com, etc.... | |||
: | === Returns === | ||
: none | |||
== Example == | |||
LaunchURL("http://www.worldofwarcraft.com") | |||
;Result | |||
Navigates a new web browser window to http://www.worldofwarcraft.com | Navigates a new web browser window to http://www.worldofwarcraft.com | ||
== Notes == | |||
* This function still exists inside the login Lua environment, however not in the addon environment. | |||
* Removed in patch 1.10.0 |
Latest revision as of 04:46, 15 August 2023
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")
Parameters[edit]
Arguments[edit]
- 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....
Returns[edit]
- none
Example[edit]
LaunchURL("http://www.worldofwarcraft.com")
- Result
Navigates a new web browser window to http://www.worldofwarcraft.com
Notes[edit]
- This function still exists inside the login Lua environment, however not in the addon environment.
- Removed in patch 1.10.0