GetBrowserTitle

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

This function returns the title of the passed browser.

Syntax

string getBrowserTitle ( browser webBrowser )

Required arguments

  • webBrowser: The browser

Returns

Returns the title as a string. Returns false if invalid arguments were passed.

Example

Todo

==See Also