WoW:API LaunchURL: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
{{wowapi}}
{{removedapi|1.10.0|}}
{{removedapi|1.10.0|}}


Line 21: 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
----
;''Description''
: Launches an external web browser and navigates to the URL provided.
----
{{WoW API}}

Revision as of 14:37, 18 June 2006

WoW API < LaunchURL

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