IsBrowserLoading

From Multi Theft Auto: Wiki
Revision as of 11:02, 23 September 2014 by Jusonex (talk | contribs)
Jump to navigation Jump to search

This function checks if a browser is currently loading a website.

Syntax

bool isBrowserLoading ( browser webBrowser )

Required arguments

  • webBrowser: The browser

Returns

Returns true if the browser is loading a website, false otherwise and nil if invalid arguments were passed.

Example

Todo

See Also

Todo