StartDefaultBrowser
From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 21:28, 30 September 2014 by Vis apiuser (talk)
startDefaultBrowser
Available since: v3.7
Open an url in user's default browser or in the steam overlay (if active).
Lua Syntax:
startDefaultBrowser(Url)
Arguments
Url
- "string" - The url which should be opened
Flags
Return Values
- status
- True if browser was successfully launched, false otherwise.
Examples
Example 1: launch default browser & open included link, if browser is already running then open link in a new tab
startDefaultBrowser("http://visionaire-studio.net")