RequestBrowserDomains: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Danny To moved page Cef/requestBrowserPages to Cef/requestBrowserDomains: Function has been renamed.)
No edit summary
Line 4: Line 4:


==Syntax==
==Syntax==
<syntaxhighlight lang="lua">bool requestBrowserPages ( table pages )</syntaxhighlight>
<syntaxhighlight lang="lua">bool requestBrowserDomains ( table pages )</syntaxhighlight>


===Required arguments===
===Required arguments===

Revision as of 15:29, 5 February 2015

This function opens a request window in order to accept the requested remote URLs.

Syntax

bool requestBrowserDomains ( table pages )

Required arguments

  • pages: A table containing all domains (without http://)

Returns

Returns true, if the string was successfully read, false otherwise.

Example

Todo

See Also

Todo

See also