LoadBrowserURL

From Multi Theft Auto: Wiki
Revision as of 08:36, 23 September 2014 by Jusonex (talk | contribs) (Created page with "This function loads the specified URL. ==Syntax== <syntaxhighlight lang="lua">bool loadBrowserURL ( browser webBrowser, string url )</syntaxhighlight> ===Required arguments=== '''webBrowser:''' The [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function loads the specified URL.

Syntax

bool loadBrowserURL ( browser webBrowser, string url )

Required arguments

webBrowser: The browser element which will load the URL url: The url you want to load. It can either contain a remote website ("http://" prefix) or a website stored within a local resource ("gui.html" for example).

Returns

Returns true if the URL was successfully loaded.

Example

Todo

See Also

Todo