IsBrowserLoading

From Multi Theft Auto: Wiki
Revision as of 11:02, 23 September 2014 by Jusonex (talk | contribs) (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> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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