LoadBrowserURL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 16: Line 16:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:37, 24 September 2014

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

See also