StartDefaultBrowser

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 13:07, 4 April 2013 by AFRLme (talk)

Command History

Available since v?


Allows you to open an url inside of your default internet browser!


Syntax:

startDefaultBrowser("url")


Example:

-- launch default browser & open included link else if browser is already then open link in a new tab!
startDefaultBrowser("http://visionaire-studio.net")


Arguments

url: "string"
The url to be opened inside of your default internet browser! (if default browser is already open; then the url will be opened in a new tab)


Flags

none


Return

status
True/false depending if the browser was successfully launched!