GetBrowserTitle

From Multi Theft Auto: Wiki
Revision as of 11:32, 23 September 2014 by Jusonex (talk | contribs)
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

Todo