StartDefaultBrowser

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 20:07, 7 March 2013 by AFRLme (talk)

Command History

Available since v3.7


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!

Flags: none

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