gui.OpenURL
From GMod Wiki
Function | |
Syntax |
gui.OpenURL( String ) Where is this used? |
Description: | |
Opens the URL in the Steam browser, STEAM community will popup. | |
Returns: | nil |
Part of Library: | gui |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Gui.OpenURL]Gui.OpenURL [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Opens the Steam browser and goes to Google.com |
---|---|
Used on | |
Code | gui.OpenURL("Google.com") |
Output | Google.com in Steam community browser. |