GetBrowserURL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (fix oop variable, counterpart)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client function}}
{{Client function}}
{{Needs Example}}
{{New feature/item|3.0150|1.5||
{{New feature/item|3.0150|1.5||
This function returns the URL of the specified [[Element/Browser|browser]].
This function returns the URL of the specified [[Element/Browser|browser]].

Revision as of 13:48, 7 May 2017

Accessories-text-editor.png Script Example Missing Function GetBrowserURL needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This function returns the URL of the specified browser.

Syntax

string getBrowserURL ( browser webBrowser )

OOP Syntax Help! I don't understand this!

Method: browser:getURL(...)
Variable: .url
Counterpart: loadBrowserURL


Required Arguments

  • webBrowser: The browser

Returns

Returns the web browser URL.

Example

--todo

See Also