IsBrowserLoading: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function checks if a browser is currently loading a website. ==Syntax== <syntaxhighlight lang="lua"> bool isBrowserLoading ( browser webBrowser ) </syntaxhighlight> ...")
 
mNo edit summary
Line 9: Line 9:


===Required arguments===
===Required arguments===
*'''webBrowser:*** The browser
*'''webBrowser:''' The browser


===Returns===
===Returns===

Revision as of 11:02, 23 September 2014

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