IsBrowserFocused

From Multi Theft Auto: Wiki
Revision as of 15:41, 18 August 2015 by Miki785 (talk | contribs) (Created page with "__NOTOC__ {{Client_function}} {{Needs Example}} This function checks if a browser is focused. ==Syntax== <syntaxhighlight lang="lua"> bool isBrowserFocused ( browser webBrowser ) </syntaxhighlight> {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function IsBrowserFocused needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This function checks if a browser is focused.

Syntax

bool isBrowserFocused ( browser webBrowser )

OOP Syntax Help! I don't understand this!

Method: browser:isFocused(...)


Required arguments

  • webBrowser: The browser

Returns

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

Example

TODO

See Also