GetBrowserURL

From Multi Theft Auto: Wiki
Revision as of 11:48, 23 September 2014 by Jusonex (talk | contribs) (Created page with "__NOTOC__ {{Client_function}} This function returns the URL. ==Syntax== <syntaxhighlight lang="lua"> string getBrowserURL ( browser webBrowser ) </syntaxhighlight> ===Required Arguments=== *'''webBro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the URL.

Syntax

string getBrowserURL ( browser webBrowser )

Required Arguments

  • webBrowser: The browser

Returns

Returns the web browser URL.

Example

Todo

See Also

Todo